home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 …ember: Reference Library / Dev.CD Dec 98 RL2.toast / Technical Publications / enterprise / WebObjects / Reference / Frameworks / Java / wo / Context / Images / ELEMENT.EPS next >
Encoding:
Text File  |  1998-04-07  |  161.1 KB  |  3,828 lines  |  [TEXT/R*ch]

  1. â≠≤êd«ûÂùù%!PS-Adobe-3.0 EPSF-3.0
  2. %%Creator: Adobe Illustrator(TM) for Windows, version 4.0
  3. %%For: (Stephen Osborn                          ) (NeXT Software Inc                       )
  4. %%Title: (ELEMENT.EPS)
  5. %%CreationDate: (2/3/97) (2:05 PM)
  6. %%BoundingBox: 136 267 397 648
  7. %%DocumentProcessColors: Black
  8. %%DocumentFonts: TradeGothic
  9. %%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0
  10. %%+ procset Adobe_cmykcolor 1.1 0
  11. %%+ procset Adobe_cshow 1.1 0
  12. %%+ procset Adobe_customcolor 1.0 0
  13. %%+ procset Adobe_typography_AI3 1.0 0
  14. %%+ procset Adobe_IllustratorA_AI3 1.0 0
  15. %AI3_ColorUsage: Black&White
  16. %AI3_TemplateBox: 306 396 306 396
  17. %AI3_TileBox: 13 12 599 779
  18. %AI3_DocumentPreview: PC_TIFF
  19. %%Template:
  20. %%PageOrigin:13 12
  21. %%AI3_PaperRect:-13 780 599 -12
  22. %%AI3_Margin:13 -13 -13 12
  23. %%EndComments
  24. %%BeginProlog
  25. %%BeginResource: procset Adobe_packedarray 2.0 1
  26. %%Title: (Packed Array Operators)
  27. %%Version: 2.0 
  28. %%CreationDate: (8/2/90) ()
  29. %%Copyright: ((C) 1987-1992 Adobe Systems Incorporated Allrights Reserved)
  30.  
  31. userdict /Adobe_packedarray 5 dict dup begin put
  32.  
  33. /initialize            % - initialize -
  34. {
  35.     Adobe_packedarray begin
  36.     Adobe_packedarray
  37.         {
  38.         dup xcheck
  39.             {
  40. %            bind
  41.             } if
  42.         userdict 3 1 roll put
  43.         } forall
  44.     end
  45. } def
  46.  
  47. /terminate            % - terminate -
  48. {
  49. } def
  50.  
  51. /packedarray        % arguments count packedarray array
  52. {
  53.     array astore readonly
  54. } def
  55.  
  56. /setpacking            % boolean setpacking -
  57. {
  58.     pop
  59. } def
  60.  
  61. /currentpacking        % - setpacking boolean
  62. {
  63.     false
  64. } def
  65.  
  66. currentdict readonly pop end
  67.  
  68. %%EndResource
  69. Adobe_packedarray /initialize get exec
  70. %%BeginResource: procset Adobe_cmykcolor 1.1 0
  71. %%Title: (CMYK Color Operators)
  72. %%Version: 1.1 
  73. %%CreationDate: (1/23/89) ()
  74. %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved)
  75.  
  76. currentpacking true setpacking
  77. userdict /Adobe_cmykcolor 4 dict dup begin put
  78. /initialize            % - initialize -
  79. {
  80. /setcmykcolor where
  81.     {
  82.     pop
  83.     }
  84.     {
  85.     userdict /Adobe_cmykcolor_vars 2 dict dup begin put
  86.     /_setrgbcolor
  87.         /setrgbcolor load def
  88.     /_currentrgbcolor
  89.         /currentrgbcolor load def
  90.     Adobe_cmykcolor begin
  91.     Adobe_cmykcolor
  92.         {
  93.         dup xcheck
  94.             {
  95. %            bind
  96.             } if
  97.         pop pop
  98.         } forall
  99.     end
  100.     end
  101.     Adobe_cmykcolor begin
  102.     } ifelse
  103. } def
  104. /terminate            % - terminate -
  105. {
  106. currentdict Adobe_cmykcolor eq
  107.     {
  108.     end
  109.     } if
  110. } def
  111. /setcmykcolor        % cyan magenta yellow black setcmykcolor -
  112. {
  113. 1 sub 4 1 roll
  114. 3
  115.     {
  116.     3 index add neg dup 0 lt
  117.         {
  118.         pop 0
  119.         } if
  120.     3 1 roll
  121.     } repeat
  122. Adobe_cmykcolor_vars /_setrgbcolor get exec
  123. pop
  124. } def 
  125. /currentcmykcolor    % - currentcmykcolor cyan magenta yellow black
  126. {
  127. Adobe_cmykcolor_vars /_currentrgbcolor get exec
  128. 3
  129.     {
  130.     1 sub neg 3 1 roll
  131.     } repeat
  132. 0
  133. } def
  134. currentdict readonly pop end
  135. setpacking
  136.  
  137. %%EndResource
  138. %%BeginResource: procset Adobe_cshow 2.0 8
  139. %%Title: (Writing System Operators)
  140. %%Version: 2.0 
  141. %%CreationDate: (1/23/89) ()
  142. %%Copyright: ((C) 1992 Adobe Systems Incorporated All Rights Reserved)
  143.  
  144. currentpacking true setpacking
  145. userdict /Adobe_cshow 12 dict dup begin put
  146.  
  147. % initialization and termination of the procSet (2 procs)
  148.  
  149. /initialize            % - initialize -
  150. {
  151.     Adobe_cshow begin
  152.     Adobe_cshow
  153.     {
  154.         dup xcheck
  155.         {
  156. %            bind
  157.         } if
  158.         pop pop
  159.     } forall
  160.     end
  161.     Adobe_cshow begin
  162. } def
  163.  
  164. /terminate                % - terminate -
  165. {
  166. currentdict Adobe_cshow eq
  167.     {
  168.     end
  169.     } if
  170. } def
  171.  
  172. % enumeration  procedures for stepping through each character in a string (3 procs)
  173.  
  174. /cforall                % string proc cforall -
  175. {
  176.     /_lobyte 0 ddef
  177.     /_hibyte 0 ddef
  178.     /_cproc exch ddef
  179.     /_cscript currentfont /FontScript known { currentfont /FontScript get } { 0 } ifelse ddef
  180.  
  181.     {
  182.         /_lobyte exch ddef
  183.         _hibyte 0 eq
  184.         _cscript 1 eq
  185.         _lobyte 129 ge _lobyte 159 le and
  186.         _lobyte 224 ge _lobyte 252 le and or and
  187.         _cscript 2 eq
  188.         _lobyte 161 ge _lobyte 254 le and and
  189.         _cscript 3 eq
  190.         _lobyte 161 ge _lobyte 254 le and and
  191.         or or and
  192.         {
  193.             /_hibyte _lobyte ddef
  194.         }
  195.         {
  196.             _hibyte 256 mul _lobyte add
  197.             _cproc
  198.             /_hibyte 0 ddef
  199.         } ifelse
  200.     } forall
  201. } def
  202.  
  203. /cstring                % char cstring string
  204. {
  205.     dup 256 lt
  206.     {
  207.         (s) dup 0 4 3 roll put
  208.     }
  209.     {
  210.         dup 256 idiv exch 256 mod
  211.         (hl) dup dup 0 6 5 roll put 1 4 3 roll put
  212.     } ifelse
  213. } def
  214.  
  215. /clength                % string clength length
  216. {
  217.     0 exch
  218.     { 256 lt { 1 } { 2 } ifelse add } cforall
  219. } def
  220.  
  221. % graphic procedures for drawing a string horizontally or vertically, with-stream or cross-stream (2 procs)
  222.  
  223. /hawidthshow            % string hawidthshow -
  224. {
  225.     {
  226.         dup cstring
  227.         show
  228.         _hvax _hvay rmoveto
  229.         _hvwb eq { _hvcx _hvcy rmoveto } if
  230.     } cforall
  231. } def
  232.  
  233. /vawidthshow            % string vawidthshow -
  234. {
  235.     {
  236.         dup 255 le
  237.         _charorientation 1 eq
  238.         and
  239.         {
  240.             -90 rotate
  241.             0 _fontAdjust rmoveto
  242.             cstring
  243.             _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow
  244.             0 _fontAdjust neg rmoveto
  245.             90 rotate
  246.         }
  247.         {
  248.             currentpoint
  249.             _fontHeight sub
  250.             exch _hvay sub exch _hvax sub
  251.             2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if
  252.  
  253.             3 2 roll
  254.             cstring
  255.             dup stringwidth pop 2 div neg _fontAscent neg rmoveto
  256.             show
  257.             moveto
  258.         } ifelse
  259.     } cforall
  260. } def
  261.  
  262. % graphic procedures for drawing a string in unknown orientation (4 procs)
  263.  
  264. /hvawidthshow            % cx cy char ax ay string hvawidthshow -
  265. {
  266.     6 1 roll
  267.     /_hvay exch ddef
  268.     /_hvax exch ddef
  269.     /_hvwb exch ddef
  270.     /_hvcy exch ddef
  271.     /_hvcx exch ddef
  272.  
  273.     _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse
  274. } def
  275.  
  276. /hvwidthshow            % cx cy char string hvwidthshow -
  277. {
  278.     0 0 3 -1 roll hvawidthshow
  279. } def
  280.  
  281. /hvashow                % ax ay string hvashow -
  282. {
  283.     0 0 0 6 -3 roll hvawidthshow
  284. } def
  285.  
  286. /hvshow                    % string hvshow -
  287. {
  288.     0 0 0 0 0 6 -1 roll hvawidthshow
  289. } def
  290.  
  291. currentdict readonly pop end
  292. setpacking
  293.  
  294. %%EndResource
  295. %%BeginResource: procset Adobe_customcolor 1.0 0
  296. %%Title: (Custom Color Operators)
  297. %%Version: 1.0 
  298. %%CreationDate: (5/9/88) ()
  299. %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved)
  300.  
  301. currentpacking true setpacking
  302. userdict /Adobe_customcolor 5 dict dup begin put
  303. /initialize            % - initialize -
  304. {
  305. /setcustomcolor where
  306.     {
  307.     pop
  308.     }
  309.     {
  310.     Adobe_customcolor begin
  311.     Adobe_customcolor
  312.         {
  313.         dup xcheck
  314.             {
  315. %            bind
  316.             } if
  317.         pop pop
  318.         } forall
  319.     end
  320.     Adobe_customcolor begin
  321.     } ifelse
  322. } def
  323. /terminate            % - terminate -
  324. {
  325. currentdict Adobe_customcolor eq
  326.     {
  327.     end
  328.     } if
  329. } def
  330. /findcmykcustomcolor    % cyan magenta yellow black name findcmykcustomcolor object
  331. {
  332. 5 packedarray
  333. }  def
  334. /setcustomcolor        % object tint setcustomcolor -
  335. {
  336. exch
  337. aload pop pop
  338. 4
  339.     {
  340.     4 index mul 4 1 roll
  341.     } repeat
  342. 5 -1 roll pop
  343. setcmykcolor
  344. } def
  345. /setoverprint        % boolean setoverprint -
  346. {
  347. pop
  348. } def
  349. currentdict readonly pop end
  350. setpacking
  351.  
  352. %%EndResource
  353. %%BeginResource: procset Adobe_typography_AI3 1.4 16
  354. %%Title: (Typography Operators)
  355. %%Version: 1.4 
  356. %%CreationDate:(5/31/92) ()
  357. %%Copyright: ((C) 1987-1990 Adobe Systems Incorporated All Rights Reserved)
  358.  
  359. currentpacking true setpacking
  360. userdict /Adobe_typography_AI3 53 dict dup begin put
  361.  
  362. /initialize            % - initialize -
  363. {
  364.     Adobe_typography_AI3 begin
  365.     Adobe_typography_AI3
  366.     {
  367.         dup xcheck
  368.         {
  369. %            bind
  370.         } if
  371.         pop pop
  372.     } forall
  373.     end
  374.     Adobe_typography_AI3 begin
  375. } def
  376.  
  377. /terminate            % - terminate -
  378. {
  379.     currentdict Adobe_typography_AI3 eq
  380.     {
  381.         end
  382.     } if
  383. } def
  384.  
  385. % [ number value stream [ array for encoding modification ] modifyEncoding [ modified array ]
  386. /modifyEncoding
  387. {
  388.     /_tempEncode exch ddef
  389.     
  390.     % pointer for sequential encodings
  391.     /_pntr 0 ddef
  392.     
  393.     {
  394.         % get bottom object
  395.         counttomark -1 roll
  396.         % is it a mark ?
  397.         dup type dup /marktype eq         
  398.         {
  399.             % exit
  400.             pop pop exit
  401.         }
  402.         {
  403.             % ... object ... type ....
  404.             % insert if a nametype
  405.             /nametype eq
  406.             {
  407.                 % insert the name at _pntr and increment pointer
  408.                 _tempEncode /_pntr dup load dup 3 1 roll 1 add ddef 3 -1 roll
  409.                 put
  410.             }
  411.             {
  412.                 % reset _pntr if it's a number
  413.                 /_pntr exch ddef                    
  414.             }
  415.             ifelse
  416.         }
  417.         ifelse
  418.     }
  419.     loop    
  420.     
  421.     % return the modified encoding
  422.     _tempEncode
  423. } def
  424.  
  425. /havefont            % faceName havefont boolean
  426. {
  427.     systemdict /resourceforall known
  428.     {
  429.         /_hffound false ddef
  430.         (*) { 1 index eq { /_hffound true ddef } if } _hfname /Font resourceforall
  431.         pop _hffound
  432.     }
  433.     {
  434.         dup findfont /FontName get eq
  435.     } ifelse
  436. } def
  437.  
  438. /TE    % Set std platform encoding     % (encoding pairs) TE -
  439. {
  440.     StandardEncoding 256 array copy modifyEncoding 
  441.     /_nativeEncoding exch def
  442. } def
  443.  
  444. % re-define font
  445. % expected arguments for different font categories:
  446. %
  447. % for normal fonts: 
  448. % [ /_Helvetica-Bold /Helvetica-Bold direction fontScript defaultEncoding TZ
  449. %
  450. % for cartographic, pictographic, and expert fonts:
  451. % [ ... number value stream ... /_Symbol /Symbol 
  452. %    direction fontScript defaultEncoding TZ
  453. %
  454. % for blended fonts w/ default encoding:
  455. % [ /_AdobeSans_20ULig1XCond-Bold /AdobeSans 
  456. %    direction fontScript defaultEncoding [ w0 w1 ... wn ] TZ
  457. %
  458. % for blended fonts w/ special encoding:
  459. % [ ... number value stream ... /_AdobeSans_20ULig1XCond /AdobeSans 
  460. %    direction fontScript defaultEncoding [ w0 w1 ... wn ] TZ
  461.  
  462. /TZ        
  463. {
  464.     % set weight vector (if present)
  465.     dup type /arraytype eq { /_wv exch def } { /_wv 0 def } ifelse 
  466.  
  467.     % set platform dependent coding flag
  468.     /_useNativeEncoding exch def
  469.     
  470.     % find the font by name
  471.     % if the font is not found, substitute according to the font script
  472.     2 index havefont
  473.     { 2 index } { dup 1 eq { /Ryumin-Light-83pv-RKSJ-H } { /Times-Roman } ifelse } ifelse
  474.     findfont
  475.  
  476.     % call makeblended font with the weight values if _wv is an array
  477.     _wv type /arraytype eq { _wv makeblendedfont } if
  478.  
  479.     % create a new dictionary with space for 10 additional entries
  480.     % copy all the key/value pairs except FID
  481.     dup length 10 add dict
  482.     begin
  483.         % copy all the key/value pairs but FID into the new dictionary
  484.         mark exch
  485.         {
  486.             1 index /FID ne { 1 index /UniqueID ne { def } if } if cleartomark mark
  487.         }
  488.         forall
  489.         % discard the last mark
  490.         pop
  491.         
  492.         % define the FontScript, FontDirection and FontName key/value pairs
  493.         /FontScript exch def
  494.         /FontDirection exch def
  495.         /FontRequest exch def
  496.         /FontName exch def
  497.  
  498.         % if no re-encoding stream is present then if the base encoding vector of the font
  499.         % is the same as StandardEncoding and the use platform encoding flag is true
  500.         % then install our platform encoding else leave the base encoding in effect
  501.         counttomark 0 eq
  502.         {
  503.             Encoding StandardEncoding eq 1 _useNativeEncoding eq and
  504.             {
  505.                 /Encoding _nativeEncoding def
  506.             }
  507.             if
  508.             % clean up
  509.             cleartomark
  510.         }
  511.         {    
  512.             % custom encoding to be done
  513.             % start off with a copy of the font's standard encoding
  514.             /Encoding load 256 array copy 
  515.             modifyEncoding /Encoding exch def
  516.         }
  517.         ifelse        
  518.         FontName currentdict
  519.     end
  520.     
  521.     % register the new font
  522.     definefont pop
  523. } def
  524.  
  525. % text painting operators
  526.  
  527. /tr                    % string tr ax ay string 
  528. {
  529.     _ax _ay 3 2 roll
  530. } def
  531.  
  532. /trj                % string trj cx cy fillchar ax ay string 
  533. {
  534.     _cx _cy _sp _ax _ay 6 5 roll
  535. } def
  536.  
  537. /a0
  538. {
  539.     /Tx    % text                            % textString Tx -
  540.     {
  541.         dup 
  542.         currentpoint 3 2 roll
  543.         tr _psf
  544.         newpath moveto
  545.         tr _ctm _pss
  546.     } ddef
  547.     
  548.     /Tj    % justified text                % textString Tj -
  549.     {
  550.         dup
  551.         currentpoint 3 2 roll
  552.         trj _pjsf
  553.         newpath moveto
  554.         trj _ctm _pjss
  555.     } ddef
  556.     
  557. } def
  558.  
  559. /a1
  560. {
  561. W B
  562. } def
  563.  
  564. /e0
  565. {
  566.     /Tx    % text                            % textString Tx -
  567.     {
  568.         tr _psf
  569.     } ddef
  570.  
  571.     /Tj    % justified text                % textString Tj -
  572.     {
  573.         trj _pjsf
  574.     } ddef
  575. } def
  576.  
  577. /e1
  578. {
  579. W F 
  580. } def
  581.  
  582. /i0
  583. {
  584.     /Tx    % text                            % textString Tx -
  585.     {
  586.         tr sp
  587.     } ddef
  588.  
  589.     /Tj    % justified text                % textString Tj -
  590.     {
  591.         trj jsp
  592.     } ddef
  593. } def
  594.  
  595. /i1
  596. {
  597.     W N
  598. } def
  599.  
  600. /o0
  601. {
  602.     /Tx    % text                            % textString Tx -
  603.     {
  604.         tr sw rmoveto
  605.     } ddef
  606.  
  607.     /Tj    % justified text                % textString Tj -
  608.     {
  609.         trj swj rmoveto
  610.     } ddef
  611. } def
  612.  
  613. /r0
  614. {
  615.     /Tx    % text                            % textString Tx -
  616.     {
  617.         tr _ctm _pss
  618.     } ddef
  619.  
  620.     /Tj    % justified text                % textString Tj -
  621.     {
  622.         trj _ctm _pjss
  623.     } ddef
  624. } def
  625.  
  626. /r1
  627. {
  628. W S
  629. } def
  630.  
  631. % Text objects
  632.  
  633. /To    % begin text                     % bindType To -
  634. {
  635.     pop _ctm currentmatrix pop
  636. } def
  637.  
  638. /TO    % end text                        % TO -
  639. {
  640.     Te _ctm setmatrix newpath
  641. } def
  642.  
  643. % Text path objects
  644.  
  645. /Tp    % begin text path                % a b c d tx ty startPt Tp -
  646. {
  647.     pop _tm astore pop _ctm setmatrix 
  648.     _tDict begin /W {} def /h {} def
  649. } def
  650.  
  651. /TP    % end text path                    % TP -
  652. {
  653.     end
  654.     iTm 0 0 moveto
  655. } def
  656.  
  657. % Render mode & matrix operators
  658.  
  659. /Tr    % begin render                    % render Tr - 
  660. {
  661.     _render 3 le {currentpoint newpath moveto} if
  662.     dup 8 eq {pop 0} {dup 9 eq {pop 1} if} ifelse
  663.     dup /_render exch ddef
  664.     _renderStart exch get load exec
  665. } def
  666.  
  667. /iTm % internal set text matrix        % - iTm -    (uses _tm as implicit argument)
  668. {
  669.     _ctm setmatrix _tm concat
  670.     _shift aload pop _lineorientation 1 eq { exch } if translate
  671.     _scale aload pop _lineorientation 1 eq { exch } if scale
  672. } def
  673.  
  674. /Tm % set text matrix                % a b c d tx ty Tm -
  675. {
  676.     _tm astore pop iTm 0 0 moveto
  677. } def
  678.  
  679. /Td % translate text matrix         % tx ty Td -
  680. {
  681.     _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto
  682. } def
  683.  
  684. /Te    % end render                    % - Te -
  685. {
  686.     _render -1 eq
  687.     {
  688.     }
  689.     {
  690.         _renderEnd _render get dup null ne
  691.         {
  692.             load exec
  693.         }
  694.         {
  695.             pop
  696.         } ifelse
  697.     } ifelse
  698.     /_render -1 ddef
  699. } def
  700.  
  701. % Attributes
  702.  
  703. /Ta    % set alignment                    % alignment Ta -
  704. {
  705.     pop
  706. } def
  707.  
  708. /Tf    % set font name and metrics        % fontname size Tf -
  709.                                     % fontname size ascent descent Tf -
  710. {
  711.     1 index type /nametype eq
  712.     {
  713.         dup 0.75 mul 1 index 0.25 mul neg
  714.     } if
  715.  
  716.     /_fontDescent exch ddef
  717.     /_fontAscent exch ddef
  718.     /_fontSize exch ddef
  719.  
  720.     /_fontHeight _fontAscent _fontDescent sub ddef
  721.     _fontSize _fontHeight gt { /_fontHeight _fontSize ddef } if
  722.     /_fontAdjust _fontHeight 2 div _fontDescent add neg ddef
  723.  
  724.     findfont _fontSize scalefont setfont
  725. } def
  726.  
  727. /Tl    % set leading                    % leading paragraphLeading Tl -
  728. {
  729.     pop neg 0 exch
  730.     _leading astore pop
  731. } def
  732.  
  733. /Tt    % set user tracking                % userTracking Tt -
  734. {
  735.     pop
  736. } def
  737.  
  738. /TW % set word spacing                % minSpace optSpace maxSpace TW -
  739. {
  740.     3 npop
  741. } def
  742.  
  743. /Tw    % set computed word spacing        % wordSpace Tw
  744. {
  745.     /_cx exch ddef
  746. } def
  747.  
  748. /TC % set character spacing            % minSpace optSpace maxSpace TC -
  749. {
  750.     3 npop
  751. } def
  752.  
  753. /Tc    % set computed char spacing     % charSpace Tc -
  754. {
  755.     /_ax exch ddef
  756. } def
  757.  
  758. /Ts % set super/subscripting        % offset Ts -
  759. {
  760.     0 exch
  761.     _shift astore pop
  762.     currentpoint
  763.     iTm
  764.     moveto
  765. } def
  766.  
  767. /Ti    % set indentation                % firstStartIndent otherStartIndent stopIndent Ti -
  768. {
  769.     3 npop
  770. } def
  771.  
  772. /Tz % set line scaling                % withStreamScalePercent crossStreamScalePercent Tz -
  773. {
  774.     1 exch 100 div exch
  775.     _scale astore pop
  776.     iTm
  777. } def
  778.  
  779. /TA % set pairwise kerning            % autoKern TA -
  780.                                     %    autoKern = 0 -> no pair kerning
  781.                                     %             = 1 -> automatic pair kerning
  782. {
  783.     pop
  784. } def
  785.  
  786. /Tq % set hanging quotes            % hangingQuotes Tq -
  787.                                     %    hangingQuotes     = 0 -> no hanging quotes
  788.                                     %                     = 1 -> hanging quotes
  789. {
  790.     pop
  791. } def
  792. /Tg % set binding punctuation        % bindingPunctuation Tg -
  793.                                     %    bindingPunctuation     = 0 -> no binding punctuation
  794.                                     %                         = 1 -> binding punctuation
  795. {
  796.     pop
  797. } def
  798.  
  799. /TG % set binding space                % bindingSpace TG -
  800. {
  801.     pop
  802. } def
  803.  
  804. /Tv    % set line orientation            % orientation Tv -
  805.                                     %    orientation    = 0 -> horizontal
  806.                                     %                = 1 -> vertical
  807. {
  808.     /_lineorientation exch ddef
  809. } def
  810.  
  811. /TV % set character orientation        % orientation TV -
  812.                                     %    orientation    = 0 -> with stream
  813.                                     %                 = 1 -> cross stream
  814. {
  815.     /_charorientation exch ddef
  816. } def
  817.  
  818. % Text Bodies
  819.  
  820. /TX {pop} def
  821.  
  822. /Tk    % kern                            % autoKern kernValue Tk -
  823.                                     %      autoKern = 0 -> manual kern, = 1 -> auto kern
  824.                                     %    kernValue = kern value in em/1000 space
  825. {
  826.     _fontSize mul 1000 div
  827.     _lineorientation 0 eq { neg 0 } { 0 exch } ifelse
  828.     rmoveto
  829.     pop
  830. } def
  831.  
  832. /TK    % non-printing kern                % autoKern kernValue TK -
  833. {
  834.     2 npop
  835. } def
  836.  
  837. /T* % carriage return and line feed                % - T* -
  838. {
  839.     _leading aload pop
  840.     _lineorientation 0 ne { exch } if
  841.     Td
  842. } def
  843.  
  844. /T*- % carriage return and negative line feed    % - T*- -
  845. {
  846.     _leading aload pop
  847.     _lineorientation 0 ne { exch } if
  848.     exch neg exch neg
  849.     Td
  850. } def
  851.  
  852. /T-    % discretionary hyphen (printed)        % - T- -
  853. {
  854.     _hyphen Tx
  855. } def
  856.  
  857. /T+    % discretionary hyphen (not printed)    % - T+ -
  858. {
  859. } def
  860.  
  861. /TR    % reset pattern matrix             % a b c d tx ty TR -
  862. {
  863.     _ctm currentmatrix pop     
  864.     _tm astore pop 
  865.     iTm 0 0 moveto 
  866. } def
  867.  
  868. /TS    % special chars                    % textString justified TS -
  869. {
  870.     0 eq {Tx} {Tj} ifelse
  871. } def
  872.  
  873. currentdict readonly pop end
  874. setpacking
  875.  
  876. %%EndResource
  877. %%BeginResource: procset Adobe_IllustratorA_AI3 1.2 11
  878. %%Title: (Adobe Illustrator (R) Version 3.0 Abbreviated Prolog)
  879. %%Version: 1.2 
  880. %%CreationDate: (7/22/89) ()
  881. %%Copyright: ((C) 1987-1992 Adobe Systems Incorporated All Rights Reserved)
  882.  
  883. currentpacking true setpacking
  884. userdict /Adobe_IllustratorA_AI3 67 dict dup begin put
  885.  
  886. % initialization
  887. /initialize                % - initialize -
  888. {
  889. % 66 vars, but leave slack of 10 entries for custom Postscript fragments
  890. userdict /Adobe_IllustratorA_AI3_vars 76 dict dup begin put
  891.  
  892. % paint operands
  893. /_lp /none def
  894. /_pf {} def
  895. /_ps {} def
  896. /_psf {} def
  897. /_pss {} def
  898. /_pjsf {} def
  899. /_pjss {} def
  900. /_pola 0 def
  901. /_doClip 0 def
  902.  
  903. % paint operators
  904. /cf    currentflat def    % - cf flatness
  905.  
  906. % typography operands
  907. /_lineorientation 0 def
  908. /_charorientation 0 def
  909. /_tm matrix def
  910. /_renderStart [/e0 /r0 /a0 /o0 /i0 /i0 /i0 /i0] def 
  911. /_renderEnd [null null null null /e1 /r1 /a1 /clip] def
  912. /_render -1 def
  913. /_shift [0 0] def
  914. /_ax 0 def
  915. /_ay 0 def
  916. /_wb 0 def
  917. /_cx 0 def
  918. /_cy 0 def
  919. /_leading [0 0] def
  920. /_ctm matrix def
  921. /_mtx matrix def
  922. /_sp 16#020 def
  923. /_hyphen (-) def
  924. /_fontSize 0 def
  925. /_fontAscent 0 def
  926. /_fontDescent 0 def
  927. /_fontHeight 0 def
  928. /_fontAdjust 0 def
  929. /_cnt 0 def
  930. /_scale [1 1] def
  931. /_nativeEncoding 0 def
  932. /_useNativeEncoding 0 def
  933. /_tempEncode 0 def
  934. /_pntr 0 def
  935. /_tDict 2 dict def
  936. /_hfname 100 string def
  937. /_hffound false def
  938.  
  939. % bitmap font operands
  940. /_bitfont null def
  941. /_bitlobyte 0 def
  942. /_bithibyte 0 def
  943. /_bitkey null def
  944. /_bitstring null def
  945. /_bitmetric 0 def
  946.  
  947. % typography operators
  948. /Tx {} def
  949. /Tj {} def
  950.  
  951. % compound path operators
  952. /CRender {} def
  953.  
  954. % printing
  955. /_AI3_savepage {} def
  956.  
  957. % color operands
  958. /_gf null def
  959. /_cf 4 array def
  960. /_if null def
  961. /_of false def
  962. /_fc {} def
  963. /_gs null def
  964. /_cs 4 array def
  965. /_is null def
  966. /_os false def
  967. /_sc {} def
  968. /_i null def
  969.  
  970. % writing system operands
  971. /_lobyte 0 def
  972. /_hibyte 0 def
  973. /_cproc null def
  974. /_cscript 0 def
  975. /_hvax 0 def
  976. /_hvay 0 def
  977. /_hvwb 0 def
  978. /_hvcx 0 def
  979. /_hvcy 0 def
  980.  
  981. Adobe_IllustratorA_AI3 begin
  982. Adobe_IllustratorA_AI3
  983.     {
  984.     dup xcheck
  985.         {
  986. %        bind
  987.         } if
  988.     pop pop
  989.     } forall
  990. end
  991. end
  992. Adobe_IllustratorA_AI3 begin
  993. Adobe_IllustratorA_AI3_vars begin
  994. newpath
  995. } def
  996.  
  997. /terminate                % - terminate -
  998. {
  999. end
  1000. end
  1001. } def
  1002.  
  1003. % definition operators
  1004.  
  1005. /_                    % - _ null
  1006. null def
  1007.  
  1008. /ddef                % key value ddef -
  1009. {
  1010. Adobe_IllustratorA_AI3_vars 3 1 roll put
  1011. } def
  1012.  
  1013. /xput                % key value literal xput -
  1014. {
  1015. dup load dup length exch maxlength eq
  1016.     {
  1017.     dup dup load dup
  1018.     length 2 mul dict copy def
  1019.     } if
  1020. load begin def end
  1021. } def
  1022.  
  1023. /npop                % integer npop -
  1024. {
  1025.     {
  1026.     pop
  1027.     } repeat
  1028. } def
  1029.  
  1030. % marking operators
  1031.  
  1032. /hswj                % string hswj x y
  1033. {
  1034.     dup stringwidth 3 2 roll
  1035.     {
  1036.         _hvwb eq { exch _hvcx add exch _hvcy add } if
  1037.         exch _hvax add exch _hvay add
  1038.     } cforall
  1039. } def
  1040.  
  1041. /vswj                % string vswj x y
  1042. {
  1043.     0 0 3 -1 roll
  1044.     {
  1045.         dup 255 le
  1046.         _charorientation 1 eq
  1047.         and
  1048.         {
  1049.             dup cstring stringwidth 5 2 roll
  1050.  
  1051.             _hvwb eq { exch _hvcy sub exch _hvcx sub } if
  1052.             exch _hvay sub exch _hvax sub
  1053.  
  1054.             4 -1 roll sub exch
  1055.             3 -1 roll sub exch
  1056.         }
  1057.         {
  1058.             _hvwb eq { exch _hvcy sub exch _hvcx sub } if
  1059.             exch _hvay sub exch _hvax sub
  1060.  
  1061.             _fontHeight sub
  1062.         } ifelse
  1063.     } cforall
  1064. } def
  1065.  
  1066. /swj                % cx cy fillchar ax ay string swj x y
  1067. {
  1068.     6 1 roll
  1069.     /_hvay exch ddef
  1070.     /_hvax exch ddef
  1071.     /_hvwb exch ddef
  1072.     /_hvcy exch ddef
  1073.     /_hvcx exch ddef
  1074.  
  1075.     _lineorientation 0 eq { hswj } { vswj } ifelse
  1076. } def
  1077.  
  1078. /sw                    % ax ay string sw x y
  1079. {
  1080.     0 0 0 6 3 roll swj
  1081. } def
  1082.  
  1083. /vjss                % cx cy fillchar ax ay string matrix vjss -
  1084. {
  1085.     4 1 roll
  1086.     {                % cx cy fillchar matrix ax ay char {proc} -
  1087.         dup cstring
  1088.  
  1089.         dup length 1 eq
  1090.         _charorientation 1 eq
  1091.         and
  1092.         {
  1093.             -90 rotate
  1094.  
  1095.             currentpoint
  1096.             _fontAdjust add
  1097.             moveto
  1098.  
  1099.             gsave
  1100.             false charpath currentpoint
  1101.             5 index setmatrix stroke
  1102.             grestore
  1103.  
  1104.             _fontAdjust sub
  1105.             moveto
  1106.             _sp eq
  1107.             {
  1108.                 5 index 5 index rmoveto
  1109.             } if
  1110.             2 copy rmoveto
  1111.  
  1112.             90 rotate
  1113.         }
  1114.         {
  1115.             currentpoint
  1116.             _fontHeight sub
  1117.             5 index sub
  1118.             3 index _sp eq
  1119.             {
  1120.                 9 index sub
  1121.             } if
  1122.     
  1123.             currentpoint
  1124.             exch 4 index stringwidth pop 2 div sub
  1125.             exch _fontAscent sub
  1126.             moveto
  1127.     
  1128.             gsave
  1129.             2 index false charpath
  1130.             6 index setmatrix stroke
  1131.             grestore
  1132.     
  1133.             moveto pop pop
  1134.         } ifelse
  1135.     } cforall
  1136.     6 npop
  1137. } def
  1138.  
  1139. /hjss                % cx cy fillchar ax ay string matrix hjss -
  1140. {
  1141.     4 1 roll
  1142.     {                % cx cy fillchar matrix ax ay char {proc} -
  1143.         dup cstring
  1144.  
  1145.         gsave
  1146.         false charpath currentpoint
  1147.         5 index setmatrix stroke
  1148.         grestore
  1149.  
  1150.         moveto
  1151.         _sp eq
  1152.         {
  1153.             5 index 5 index rmoveto
  1154.         } if
  1155.         2 copy rmoveto
  1156.     } cforall
  1157.     6 npop
  1158. } def
  1159.  
  1160. /jss                % cx cy fillchar ax ay string matrix jss -
  1161. {
  1162.     _lineorientation 0 eq { hjss } { vjss } ifelse
  1163. } def
  1164.  
  1165. /ss                    % ax ay string matrix ss -
  1166. {
  1167.     0 0 0 7 3 roll jss
  1168. } def
  1169.  
  1170. % path operators
  1171.  
  1172. /vjsp
  1173. {
  1174.     4 1 roll
  1175.     {                % cx cy fillchar matrix ax ay char {proc} -
  1176.         dup cstring
  1177.  
  1178.         dup length 1 eq
  1179.         _charorientation 1 eq
  1180.         and
  1181.         {
  1182.             -90 rotate
  1183.  
  1184.             currentpoint
  1185.             _fontAdjust add
  1186.             moveto
  1187.  
  1188.             false charpath
  1189.             currentpoint
  1190.  
  1191.             _fontAdjust sub
  1192.             moveto
  1193.             _sp eq
  1194.             {
  1195.                 5 index 5 index rmoveto
  1196.             } if
  1197.             2 copy rmoveto
  1198.  
  1199.             90 rotate
  1200.         }
  1201.         {
  1202.             currentpoint
  1203.             _fontHeight sub
  1204.             5 index sub
  1205.             3 index _sp eq
  1206.             {
  1207.                 9 index sub
  1208.             } if
  1209.     
  1210.             currentpoint
  1211.             exch 4 index stringwidth pop 2 div sub
  1212.             exch _fontAscent sub
  1213.             moveto
  1214.     
  1215.             2 index false charpath
  1216.     
  1217.             moveto pop pop
  1218.         } ifelse
  1219.     } cforall
  1220.     6 npop
  1221. } def
  1222.  
  1223. /hjsp
  1224. {
  1225.     4 1 roll
  1226.     {
  1227.         dup cstring
  1228.         false charpath
  1229.         _sp eq
  1230.         {
  1231.             5 index 5 index rmoveto
  1232.         } if
  1233.         2 copy rmoveto
  1234.     } cforall
  1235.     6 npop
  1236. } def
  1237.  
  1238. /jsp                    % cx cy fillchar ax ay string jsp -
  1239. {
  1240.     matrix currentmatrix
  1241.     _lineorientation 0 eq {hjsp} {vjsp} ifelse
  1242. } def
  1243.  
  1244. /sp                    % ax ay string sp -
  1245. {
  1246.     matrix currentmatrix
  1247.     0 0 0 7 3 roll
  1248.     _lineorientation 0 eq {hjsp} {vjsp} ifelse
  1249. } def
  1250.  
  1251. % path construction operators
  1252.  
  1253. /pl                % x y pl x y
  1254. {
  1255. transform
  1256. 0.25 sub round 0.25 add exch
  1257. 0.25 sub round 0.25 add exch
  1258. itransform
  1259. } def
  1260. /setstrokeadjust where
  1261.     {
  1262.     pop true setstrokeadjust
  1263.     /c                % x1 y1 x2 y2 x3 y3 c -
  1264.     {
  1265.     curveto
  1266.     } def
  1267.     /C
  1268.     /c load def
  1269.     /v                % x2 y2 x3 y3 v -
  1270.     {
  1271.     currentpoint 6 2 roll curveto
  1272.     } def
  1273.     /V
  1274.     /v load def
  1275.     /y                % x1 y1 x2 y2 y -
  1276.     {
  1277.     2 copy curveto
  1278.     } def
  1279.     /Y
  1280.     /y load def
  1281.     /l                % x y l -
  1282.     {
  1283.     lineto
  1284.     } def
  1285.     /L
  1286.     /l load def
  1287.     /m                % x y m -
  1288.     {
  1289.     moveto
  1290.     } def
  1291.     }
  1292.     {%else
  1293.     /c
  1294.     {
  1295.     pl curveto
  1296.     } def
  1297.     /C
  1298.     /c load def
  1299.     /v
  1300.     {
  1301.     currentpoint 6 2 roll pl curveto
  1302.     } def
  1303.     /V
  1304.     /v load def
  1305.     /y
  1306.     {
  1307.     pl 2 copy curveto
  1308.     } def
  1309.     /Y
  1310.     /y load def
  1311.     /l
  1312.     {
  1313.     pl lineto
  1314.     } def
  1315.     /L
  1316.     /l load def
  1317.     /m
  1318.     {
  1319.     pl moveto
  1320.     } def
  1321.     }ifelse
  1322. % graphic state operators
  1323. /d                    % array phase d -
  1324. {
  1325. setdash
  1326. } def
  1327. /cf    {} def            % - cf flatness
  1328. /i                    % flatness i -
  1329. {
  1330. dup 0 eq
  1331.     {
  1332.     pop cf
  1333.     } if
  1334. setflat
  1335. } def
  1336. /j                    % linejoin j -
  1337. {
  1338. setlinejoin
  1339. } def
  1340. /J                    % linecap J -
  1341. {
  1342. setlinecap
  1343. } def
  1344. /M                    % miterlimit M -
  1345. {
  1346. setmiterlimit
  1347. } def
  1348. /w                    % linewidth w -
  1349. {
  1350. setlinewidth
  1351. } def
  1352. % path painting operators
  1353. /H                    % - H -
  1354. {} def
  1355. /h                    % - h -
  1356. {
  1357. closepath
  1358. } def
  1359. /N                    % - N -
  1360. {
  1361. _pola 0 eq 
  1362.     {
  1363.     _doClip 1 eq {clip /_doClip 0 ddef} if 
  1364.     newpath
  1365.     } 
  1366.     {
  1367.     /CRender {N} ddef
  1368.     }ifelse
  1369. } def
  1370. /n                    % - n -
  1371. {N} def
  1372. /F                    % - F -
  1373. {
  1374. _pola 0 eq 
  1375.     {
  1376.     _doClip 1 eq 
  1377.         {
  1378.         gsave _pf grestore clip newpath /_lp /none ddef _fc 
  1379.         /_doClip 0 ddef
  1380.         }
  1381.         {
  1382.         _pf
  1383.         }ifelse
  1384.     } 
  1385.     {
  1386.     /CRender {F} ddef
  1387.     }ifelse
  1388. } def
  1389. /f                    % - f -
  1390. {
  1391. closepath
  1392. F
  1393. } def
  1394. /S                    % - S -
  1395. {
  1396. _pola 0 eq 
  1397.     {
  1398.     _doClip 1 eq 
  1399.         {
  1400.         gsave _ps grestore clip newpath /_lp /none ddef _sc 
  1401.         /_doClip 0 ddef
  1402.         }
  1403.         {
  1404.         _ps
  1405.         }ifelse
  1406.     } 
  1407.     {
  1408.     /CRender {S} ddef
  1409.     }ifelse
  1410. } def
  1411. /s                    % - s -
  1412. {
  1413. closepath
  1414. S
  1415. } def
  1416. /B                    % - B -
  1417. {
  1418. _pola 0 eq 
  1419.     {
  1420.     _doClip 1 eq     % F clears _doClip
  1421.     gsave F grestore 
  1422.         {
  1423.         gsave S grestore clip newpath /_lp /none ddef _sc
  1424.         /_doClip 0 ddef
  1425.         } 
  1426.         {
  1427.         S
  1428.         }ifelse
  1429.     }
  1430.     {
  1431.     /CRender {B} ddef
  1432.     }ifelse
  1433. } def
  1434. /b                    % - b -
  1435. {
  1436. closepath
  1437. B
  1438. } def
  1439. /W                    % - W -
  1440. {
  1441. /_doClip 1 ddef
  1442. } def
  1443. /*                    % - [string] * -
  1444. {
  1445. count 0 ne 
  1446.     {
  1447.     dup type (stringtype) eq {pop} if
  1448.     } if 
  1449. _pola 0 eq {newpath} if
  1450. } def
  1451. % group operators
  1452. /u                    % - u -
  1453. {} def
  1454. /U                    % - U -
  1455. {} def
  1456. /q                    % - q -
  1457. {
  1458. _pola 0 eq {gsave} if
  1459. } def
  1460. /Q                    % - Q -
  1461. {
  1462. _pola 0 eq {grestore} if
  1463. } def
  1464. /*u                    % - *u -
  1465. {
  1466. _pola 1 add /_pola exch ddef
  1467. } def
  1468. /*U                    % - *U -
  1469. {
  1470. _pola 1 sub /_pola exch ddef 
  1471. _pola 0 eq {CRender} if
  1472. } def
  1473. /D                    % polarized D -
  1474. {pop} def
  1475. /*w                    % - *w -
  1476. {} def
  1477. /*W                    % - *W -
  1478. {} def
  1479. % place operators
  1480. /`                    % matrix llx lly urx ury string ` -
  1481. {
  1482. /_i save ddef
  1483. 6 1 roll 4 npop
  1484. concat pop
  1485. 50 dict begin
  1486. /showpage {} def
  1487. 0 setgray
  1488. 0 setlinecap
  1489. 1 setlinewidth
  1490. 0 setlinejoin
  1491. 10 setmiterlimit
  1492. [] 0 setdash
  1493. newpath
  1494. 0 setgray
  1495. false setoverprint
  1496. } def
  1497. /~                    % - ~ -
  1498. {
  1499. end
  1500. _i restore
  1501. } def
  1502. % color operators
  1503. /O                    % flag O -
  1504. {
  1505. 0 ne
  1506. /_of exch ddef
  1507. /_lp /none ddef
  1508. } def
  1509. /R                    % flag R -
  1510. {
  1511. 0 ne
  1512. /_os exch ddef
  1513. /_lp /none ddef
  1514. } def
  1515. /g                    % gray g -
  1516. {
  1517. /_gf exch ddef
  1518. /_fc
  1519. _lp /fill ne
  1520.     {
  1521.     _of setoverprint
  1522.     _gf setgray
  1523.     /_lp /fill ddef
  1524.     } if
  1525. } ddef
  1526. /_pf
  1527. {
  1528. _fc
  1529. fill
  1530. } ddef
  1531. /_psf
  1532. {
  1533. _fc
  1534. hvashow
  1535. } ddef
  1536. /_pjsf
  1537. {
  1538. _fc
  1539. hvawidthshow
  1540. } ddef
  1541. /_lp /none ddef
  1542. } def
  1543. /G                    % gray G -
  1544. {
  1545. /_gs exch ddef
  1546. /_sc
  1547. {
  1548. _lp /stroke ne
  1549.     {
  1550.     _os setoverprint
  1551.     _gs setgray
  1552.     /_lp /stroke ddef
  1553.     } if
  1554. } ddef
  1555. /_ps
  1556. {
  1557. _sc
  1558. stroke
  1559. } ddef
  1560. /_pss
  1561. {
  1562. _sc
  1563. ss
  1564. } ddef
  1565. /_pjss
  1566. {
  1567. _sc
  1568. jss
  1569. } ddef
  1570. /_lp /none ddef
  1571. } def
  1572. /k                    % cyan magenta yellow black k -
  1573. {
  1574. _cf astore pop
  1575. /_fc
  1576. {
  1577. _lp /fill ne
  1578.     {
  1579.     _of setoverprint
  1580.     _cf aload pop setcmykcolor
  1581.     /_lp /fill ddef
  1582.     } if
  1583. } ddef
  1584. /_pf
  1585. {
  1586. _fc
  1587. fill
  1588. } ddef
  1589. /_psf
  1590. {
  1591. _fc
  1592. hvashow
  1593. } ddef
  1594. /_pjsf
  1595. {
  1596. _fc
  1597. hvawidthshow
  1598. } ddef
  1599. /_lp /none ddef
  1600. } def
  1601. /K                    % cyan magenta yellow black K -
  1602. {
  1603. _cs astore pop
  1604. /_sc
  1605. {
  1606. _lp /stroke ne
  1607.     {
  1608.     _os setoverprint
  1609.     _cs aload pop setcmykcolor
  1610.     /_lp /stroke ddef
  1611.     } if
  1612. } ddef
  1613. /_ps
  1614. {
  1615. _sc
  1616. stroke
  1617. } ddef
  1618. /_pss
  1619. {
  1620. _sc
  1621. ss
  1622. } ddef
  1623. /_pjss
  1624. {
  1625. _sc
  1626. jss
  1627. } ddef
  1628. /_lp /none ddef
  1629. } def
  1630. /x                    % cyan magenta yellow black name gray x -
  1631. {
  1632. /_gf exch ddef
  1633. findcmykcustomcolor
  1634. /_if exch ddef
  1635. /_fc
  1636. _lp /fill ne
  1637.     {
  1638.     _of setoverprint
  1639.     _if _gf 1 exch sub setcustomcolor
  1640.     /_lp /fill ddef
  1641.     } if
  1642. } ddef
  1643. /_pf
  1644. {
  1645. _fc
  1646. fill
  1647. } ddef
  1648. /_psf
  1649. {
  1650. _fc
  1651. hvashow
  1652. } ddef
  1653. /_pjsf
  1654. {
  1655. _fc
  1656. hvawidthshow
  1657. } ddef
  1658. /_lp /none ddef
  1659. } def
  1660. /X                    % cyan magenta yellow black name gray X -
  1661. {
  1662. /_gs exch ddef
  1663. findcmykcustomcolor
  1664. /_is exch ddef
  1665. /_sc
  1666. {
  1667. _lp /stroke ne
  1668.     {
  1669.     _os setoverprint
  1670.     _is _gs 1 exch sub setcustomcolor
  1671.     /_lp /stroke ddef
  1672.     } if
  1673. } ddef
  1674. /_ps
  1675. {
  1676. _sc
  1677. stroke
  1678. } ddef
  1679. /_pss
  1680. {
  1681. _sc
  1682. ss
  1683. } ddef
  1684. /_pjss
  1685. {
  1686. _sc
  1687. jss
  1688. } ddef
  1689. /_lp /none ddef
  1690. } def
  1691. % locked object operator
  1692. /A                    % value A -
  1693. {
  1694. pop
  1695. } def
  1696. currentdict readonly pop end
  1697. setpacking
  1698. % annotate page operator
  1699. /annotatepage
  1700. {
  1701. } def
  1702.  
  1703. %%EndResource
  1704. %AI3-Grid.0 18 18 3 0.833333 0.833333 0.833333 3
  1705. %%EndProlog
  1706. %%BeginSetup
  1707. %%IncludeFont: TradeGothic
  1708. Adobe_cmykcolor /initialize get exec
  1709. Adobe_cshow /initialize get exec
  1710. Adobe_customcolor /initialize get exec
  1711. Adobe_typography_AI3 /initialize get exec
  1712. Adobe_IllustratorA_AI3 /initialize get exec
  1713. [
  1714. 39/quotesingle 96/grave 130/quotesinglbase 131/florin 132/quotedblbase
  1715. 133/ellipsis 134/dagger 135/daggerdbl 136/circumflex 137/perthousand 
  1716. 138/Scaron 139/guilsinglleft 140/OE 145/quoteleft 146/quoteright 
  1717. 147/quotedblleft 148/quotedblright 149/bullet 150/endash 151/emdash 
  1718. 152/tilde 153/trademark 154/scaron 155/guilsinglright 156/oe 157/dotlessi 
  1719. 159/Ydieresis 164/currency 166/brokenbar 168/dieresis 169/copyright 
  1720. 170/ordfeminine 172/logicalnot 174/registered 175/macron 176/ring 
  1721. 177/plusminus 178/twosuperior 179/threesuperior 180/acute 181/mu 
  1722. 183/periodcentered 184/cedilla 185/onesuperior 186/ordmasculine 
  1723. 188/onequarter 189/onehalf 190/threequarters 192/Agrave 193/Aacute 
  1724. 194/Acircumflex 195/Atilde 196/Adieresis 197/Aring 198/AE 199/Ccedilla 
  1725. 200/Egrave 201/Eacute 202/Ecircumflex 203/Edieresis 204/Igrave 205/Iacute 
  1726. 206/Icircumflex 207/Idieresis 208/Eth 209/Ntilde 210/Ograve 211/Oacute 
  1727. 212/Ocircumflex 213/Otilde 214/Odieresis 215/multiply 216/Oslash 
  1728. 217/Ugrave 218/Uacute 219/Ucircumflex 220/Udieresis 221/Yacute 222/Thorn 
  1729. 223/germandbls 224/agrave 225/aacute 226/acircumflex 227/atilde 228/adieresis 
  1730. 229/aring 230/ae 231/ccedilla 232/egrave 233/eacute 234/ecircumflex 
  1731. 235/edieresis 236/igrave 237/iacute 238/icircumflex 239/idieresis 
  1732. 240/eth 241/ntilde 242/ograve 243/oacute 244/ocircumflex 245/otilde 
  1733. 246/odieresis 247/divide 248/oslash 249/ugrave 250/uacute 251/ucircumflex 
  1734. 252/udieresis 253/yacute 254/thorn 255/ydieresis
  1735. TE
  1736. %AI3_BeginEncoding: _TradeGothic TradeGothic
  1737. [/_TradeGothic/TradeGothic 0 0 0 TZ
  1738. %AI3_EndEncoding
  1739. %%EndSetup
  1740. 0 A
  1741. u
  1742. 0 O
  1743. 0.8 g
  1744. 0 R
  1745. 0 G
  1746. 0 i 0 J 0 j 0.3 w 4 M []0 d
  1747. %AI3_Note:
  1748. 0 D
  1749. 164.2519 620.2484 m
  1750. 164.2519 284.9971 L
  1751. 390.0028 284.9971 L
  1752. 390.0028 620.2484 L
  1753. 164.2519 620.2484 L
  1754. b
  1755. 277.1274 452.6227 m
  1756. B
  1757. U
  1758. u
  1759. 0 g
  1760. 257.2523 462.2769 m
  1761. 273.8736 462.2769 287.3482 475.7516 287.3482 492.3729 c
  1762. 287.3482 508.9942 273.8736 522.4688 257.2523 522.4688 c
  1763. 240.631 522.4688 227.1564 508.9942 227.1564 492.3729 c
  1764. 227.1564 475.7516 240.631 462.2769 257.2523 462.2769 c
  1765. b
  1766. 257.2523 492.3729 m
  1767. B
  1768. U
  1769. u
  1770. 309.0025 374.5266 m
  1771. 325.6238 374.5266 339.0984 388.0013 339.0984 404.6226 c
  1772. 339.0984 421.2439 325.6238 434.7185 309.0025 434.7185 c
  1773. 292.3812 434.7185 278.9066 421.2439 278.9066 404.6226 c
  1774. 278.9066 388.0013 292.3812 374.5266 309.0025 374.5266 c
  1775. b
  1776. 309.0025 404.6226 m
  1777. B
  1778. U
  1779. u
  1780. 332.0286 291.8566 m
  1781. 348.6499 291.8566 362.1245 305.3313 362.1245 321.9526 c
  1782. 362.1245 338.5738 348.6499 352.0485 332.0286 352.0485 c
  1783. 315.4073 352.0485 301.9326 338.5738 301.9326 321.9526 c
  1784. 301.9326 305.3313 315.4073 291.8566 332.0286 291.8566 c
  1785. b
  1786. 332.0286 321.9526 m
  1787. B
  1788. U
  1789. u
  1790. 260.2523 550.4023 m
  1791. 276.8736 550.4023 290.3482 563.8769 290.3482 580.4982 c
  1792. 290.3482 597.1195 276.8736 610.5942 260.2523 610.5942 c
  1793. 243.631 610.5942 230.1564 597.1195 230.1564 580.4982 c
  1794. 230.1564 563.8769 243.631 550.4023 260.2523 550.4023 c
  1795. b
  1796. 260.2523 580.4982 m
  1797. B
  1798. U
  1799. u
  1800. 225.9558 292.6066 m
  1801. 242.577 292.6066 256.0517 306.0813 256.0517 322.7026 c
  1802. 256.0517 339.3239 242.577 352.7985 225.9558 352.7985 c
  1803. 209.3345 352.7985 195.8598 339.3239 195.8598 322.7026 c
  1804. 195.8598 306.0813 209.3345 292.6066 225.9558 292.6066 c
  1805. b
  1806. 225.9558 322.7026 m
  1807. B
  1808. U
  1809. u
  1810. 204.0021 373.4016 m
  1811. 220.6234 373.4016 234.098 386.8763 234.098 403.4976 c
  1812. 234.098 420.1188 220.6234 433.5935 204.0021 433.5935 c
  1813. 187.3808 433.5935 173.9061 420.1188 173.9061 403.4976 c
  1814. 173.9061 386.8763 187.3808 373.4016 204.0021 373.4016 c
  1815. b
  1816. 204.0021 403.4976 m
  1817. B
  1818. U
  1819. u
  1820. q
  1821. 1 w
  1822. 336.3528 408.7471 m
  1823. 336.3528 425.4478 322.8138 438.9869 306.113 438.9869 c
  1824. 289.4123 438.9869 275.8732 425.4478 275.8732 408.7471 c
  1825. 275.8732 392.0463 289.4123 378.5072 306.113 378.5073 c
  1826. 322.8138 378.5073 336.3528 392.0463 336.3528 408.7471 c
  1827. h
  1828. W
  1829. n
  1830. u
  1831. 0 O
  1832. 0.1 g
  1833. 366.2117 411.8914 m
  1834. 306.0493 472.0539 L
  1835. 245.4897 411.4943 L
  1836. 305.6522 351.332 L
  1837. 366.2117 411.8914 L
  1838. f
  1839. 305.8508 411.6929 m
  1840. F
  1841. U
  1842. u
  1843. 0.1381 g
  1844. 304.0447 353.1285 m
  1845. 245.7735 411.3998 L
  1846. 306.1345 471.7608 L
  1847. 364.4056 413.4895 L
  1848. 304.0447 353.1285 L
  1849. f
  1850. 0.1762 g
  1851. 302.4377 354.9246 m
  1852. 252.0571 410.7052 L
  1853. 312.2195 470.8676 L
  1854. 362.6002 415.0869 L
  1855. 302.4377 354.9246 L
  1856. f
  1857. 0.2143 g
  1858. 300.8303 356.7211 m
  1859. 246.3407 411.2106 L
  1860. 306.3046 471.1746 L
  1861. 360.7941 416.685 L
  1862. 300.8303 356.7211 L
  1863. f
  1864. 0.2524 g
  1865. 299.2227 358.5178 m
  1866. 246.6244 411.1161 L
  1867. 306.3897 470.8814 L
  1868. 358.988 418.283 L
  1869. 299.2227 358.5178 L
  1870. f
  1871. 0.2905 g
  1872. 297.6153 360.3143 m
  1873. 246.9081 411.0216 L
  1874. 306.4748 470.5883 L
  1875. 357.1819 419.881 L
  1876. 297.6153 360.3143 L
  1877. f
  1878. 0.3285 g
  1879. 296.0083 362.1103 m
  1880. 247.1917 410.9271 L
  1881. 306.5599 470.2952 L
  1882. 355.3766 421.4786 L
  1883. 296.0083 362.1103 L
  1884. f
  1885. 0.3666 g
  1886. 294.4009 363.907 m
  1887. 247.4753 410.8324 L
  1888. 306.6449 470.0022 L
  1889. 353.5706 423.0766 L
  1890. 294.4009 363.907 L
  1891. f
  1892. 0.4048 g
  1893. 292.7934 365.7035 m
  1894. 247.759 410.738 L
  1895. 306.7301 469.709 L
  1896. 351.7645 424.6746 L
  1897. 292.7934 365.7035 L
  1898. f
  1899. 0.4429 g
  1900. 291.1859 367.5 m
  1901. 248.0427 410.6434 L
  1902. 306.8152 469.4159 L
  1903. 349.9584 426.2727 L
  1904. 291.1859 367.5 L
  1905. f
  1906. 0.4809 g
  1907. 289.5789 369.2961 m
  1908. 248.3262 410.5488 L
  1909. 306.9002 469.1228 L
  1910. 348.1529 427.8701 L
  1911. 289.5789 369.2961 L
  1912. f
  1913. 0.519 g
  1914. 287.9715 371.0927 m
  1915. 248.6099 410.4543 L
  1916. 306.9853 468.8296 L
  1917. 346.3469 429.4682 L
  1918. 287.9715 371.0927 L
  1919. f
  1920. 0.5571 g
  1921. 286.364 372.8893 m
  1922. 248.8935 410.3598 L
  1923. 307.0705 468.5366 L
  1924. 344.5408 431.0662 L
  1925. 286.364 372.8893 L
  1926. f
  1927. 0.5952 g
  1928. 284.7565 374.6859 m
  1929. 249.1773 410.2651 L
  1930. 307.1556 468.2435 L
  1931. 342.7348 432.6642 L
  1932. 284.7565 374.6859 L
  1933. f
  1934. 0.6333 g
  1935. 283.1496 376.482 m
  1936. 249.4609 410.1706 L
  1937. 307.2406 467.9504 L
  1938. 340.9293 434.2617 L
  1939. 283.1496 376.482 L
  1940. f
  1941. 0.6714 g
  1942. 281.5421 378.2786 m
  1943. 249.7445 410.0761 L
  1944. 307.3257 467.6572 L
  1945. 339.1233 435.8597 L
  1946. 281.5421 378.2786 L
  1947. f
  1948. 0.7095 g
  1949. 279.9346 380.0751 m
  1950. 250.0282 409.9816 L
  1951. 307.4109 467.3642 L
  1952. 337.3172 437.4578 L
  1953. 279.9346 380.0751 L
  1954. f
  1955. 0.7476 g
  1956. 278.3271 381.8718 m
  1957. 250.3119 409.8869 L
  1958. 307.496 467.0711 L
  1959. 335.5112 439.0558 L
  1960. 278.3271 381.8718 L
  1961. f
  1962. 0.7857 g
  1963. 276.7202 383.6678 m
  1964. 250.5954 409.7924 L
  1965. 307.581 466.778 L
  1966. 333.7057 440.6534 L
  1967. 276.7202 383.6678 L
  1968. f
  1969. 0.8238 g
  1970. 275.1127 385.4643 m
  1971. 250.8791 409.6979 L
  1972. 307.6661 466.4848 L
  1973. 331.8997 442.2514 L
  1974. 275.1127 385.4643 L
  1975. f
  1976. 0.8619 g
  1977. 273.5052 387.261 m
  1978. 251.1628 409.6032 L
  1979. 307.7512 466.1918 L
  1980. 330.0936 443.8494 L
  1981. 273.5052 387.261 L
  1982. f
  1983. U
  1984. u
  1985. 0.9 g
  1986. 328.2876 445.4473 m
  1987. 307.8362 465.8987 L
  1988. 251.4465 409.5088 L
  1989. 271.8978 389.0575 L
  1990. 328.2876 445.4473 L
  1991. f
  1992. 289.867 427.478 m
  1993. F
  1994. U
  1995. Q
  1996. 0 A
  1997. u
  1998. u
  1999. 0 O
  2000. 0.55 g
  2001. 0 i 0 J 0 j 1 w 4 M []0 d
  2002. %AI3_Note:
  2003. 0 D
  2004. 305.9032 381.5867 m
  2005. 321.0135 381.5867 333.2632 393.8365 333.2632 408.9468 c
  2006. 333.2632 424.0571 321.0135 436.3068 305.9032 436.3068 c
  2007. 290.7929 436.3068 278.5431 424.0571 278.5431 408.9468 c
  2008. 278.5431 393.8365 290.7929 381.5867 305.9032 381.5867 c
  2009. f
  2010. 305.9032 408.9468 m
  2011. F
  2012. U
  2013. u
  2014. 0.85 g
  2015. 306.1544 388.5354 m
  2016. 317.2883 388.5354 326.3144 397.5614 326.3144 408.6954 c
  2017. 326.3144 419.8293 317.2883 428.8554 306.1544 428.8554 c
  2018. 295.0206 428.8554 285.9944 419.8293 285.9944 408.6954 c
  2019. 285.9944 397.5614 295.0206 388.5354 306.1544 388.5354 c
  2020. f
  2021. 306.1544 408.6954 m
  2022. F
  2023. U
  2024. u
  2025. 0.65 g
  2026. 306.0605 389.3994 m
  2027. 316.7171 389.3994 325.3564 398.0387 325.3564 408.6954 c
  2028. 325.3564 419.3522 316.7171 427.9915 306.0605 427.9915 c
  2029. 295.4037 427.9915 286.7644 419.3522 286.7644 408.6954 c
  2030. 286.7644 398.0387 295.4037 389.3994 306.0605 389.3994 c
  2031. f
  2032. 306.0605 408.6954 m
  2033. F
  2034. U
  2035. 0 R
  2036. 0.3 G
  2037. 0.5 w
  2038. 286.5517 427.2929 m
  2039. 291.0754 423.0205 l
  2040. S
  2041. 322.9927 428.8007 m
  2042. 319.7256 424.5284 319.4743 424.5284 v
  2043. S
  2044. 320.6052 393.9933 m
  2045. 324.6263 390.2236 l
  2046. S
  2047. 292.709 393.1137 m
  2048. 289.4419 388.8413 289.1905 388.8413 v
  2049. S
  2050. U
  2051. U
  2052. u
  2053. q
  2054. 1 w
  2055. 254.3775 326.7969 m
  2056. 254.3775 343.4976 240.8385 357.0367 224.1377 357.0367 c
  2057. 207.437 357.0367 193.8979 343.4976 193.8979 326.7969 c
  2058. 193.8979 310.0961 207.437 296.557 224.1377 296.5571 c
  2059. 240.8385 296.5571 254.3775 310.0961 254.3775 326.7969 c
  2060. h
  2061. W
  2062. n
  2063. u
  2064. 0 O
  2065. 0.1 g
  2066. 284.2364 329.9412 m
  2067. 224.074 390.1037 L
  2068. 163.5144 329.5441 L
  2069. 223.6769 269.3818 L
  2070. 284.2364 329.9412 L
  2071. f
  2072. 223.8755 329.7427 m
  2073. F
  2074. U
  2075. u
  2076. 0.1381 g
  2077. 222.0694 271.1783 m
  2078. 163.7982 329.4496 L
  2079. 224.1592 389.8106 L
  2080. 282.4303 331.5393 L
  2081. 222.0694 271.1783 L
  2082. f
  2083. 0.1762 g
  2084. 220.4624 272.9744 m
  2085. 170.0818 328.7551 L
  2086. 230.2442 388.9175 L
  2087. 280.6249 333.1368 L
  2088. 220.4624 272.9744 L
  2089. f
  2090. 0.2143 g
  2091. 218.855 274.771 m
  2092. 164.3654 329.2604 L
  2093. 224.3293 389.2244 L
  2094. 278.8188 334.7349 L
  2095. 218.855 274.771 L
  2096. f
  2097. 0.2524 g
  2098. 217.2474 276.5676 m
  2099. 164.6491 329.166 L
  2100. 224.4144 388.9312 L
  2101. 277.0127 336.3329 L
  2102. 217.2474 276.5676 L
  2103. f
  2104. 0.2905 g
  2105. 215.64 278.3642 m
  2106. 164.9328 329.0714 L
  2107. 224.4995 388.6382 L
  2108. 275.2066 337.9309 L
  2109. 215.64 278.3642 L
  2110. f
  2111. 0.3285 g
  2112. 214.033 280.1602 m
  2113. 165.2164 328.9769 L
  2114. 224.5846 388.3451 L
  2115. 273.4013 339.5284 L
  2116. 214.033 280.1602 L
  2117. f
  2118. 0.3666 g
  2119. 212.4256 281.9568 m
  2120. 165.5 328.8823 L
  2121. 224.6696 388.052 L
  2122. 271.5953 341.1264 L
  2123. 212.4256 281.9568 L
  2124. f
  2125. 0.4048 g
  2126. 210.8181 283.7534 m
  2127. 165.7837 328.7878 L
  2128. 224.7548 387.7588 L
  2129. 269.7892 342.7244 L
  2130. 210.8181 283.7534 L
  2131. f
  2132. 0.4429 g
  2133. 209.2106 285.5499 m
  2134. 166.0674 328.6932 L
  2135. 224.8399 387.4657 L
  2136. 267.9831 344.3225 L
  2137. 209.2106 285.5499 L
  2138. f
  2139. 0.4809 g
  2140. 207.6036 287.346 m
  2141. 166.3509 328.5986 L
  2142. 224.9249 387.1727 L
  2143. 266.1776 345.9199 L
  2144. 207.6036 287.346 L
  2145. f
  2146. 0.519 g
  2147. 205.9962 289.1425 m
  2148. 166.6346 328.5041 L
  2149. 225.01 386.8795 L
  2150. 264.3716 347.518 L
  2151. 205.9962 289.1425 L
  2152. f
  2153. 0.5571 g
  2154. 204.3887 290.9392 m
  2155. 166.9182 328.4096 L
  2156. 225.0952 386.5864 L
  2157. 262.5655 349.116 L
  2158. 204.3887 290.9392 L
  2159. f
  2160. 0.5952 g
  2161. 202.7812 292.7357 m
  2162. 167.202 328.3149 L
  2163. 225.1803 386.2933 L
  2164. 260.7595 350.714 L
  2165. 202.7812 292.7357 L
  2166. f
  2167. 0.6333 g
  2168. 201.1743 294.5318 m
  2169. 167.4856 328.2204 L
  2170. 225.2653 386.0003 L
  2171. 258.954 352.3116 L
  2172. 201.1743 294.5318 L
  2173. f
  2174. 0.6714 g
  2175. 199.5668 296.3284 m
  2176. 167.7693 328.126 L
  2177. 225.3504 385.7071 L
  2178. 257.148 353.9096 L
  2179. 199.5668 296.3284 L
  2180. f
  2181. 0.7095 g
  2182. 197.9593 298.125 m
  2183. 168.0529 328.0314 L
  2184. 225.4356 385.414 L
  2185. 255.3419 355.5077 L
  2186. 197.9593 298.125 L
  2187. f
  2188. 0.7476 g
  2189. 196.3518 299.9216 m
  2190. 168.3366 327.9368 L
  2191. 225.5207 385.1209 L
  2192. 253.5359 357.1057 L
  2193. 196.3518 299.9216 L
  2194. f
  2195. 0.7857 g
  2196. 194.7449 301.7176 m
  2197. 168.6201 327.8423 L
  2198. 225.6057 384.8279 L
  2199. 251.7304 358.7032 L
  2200. 194.7449 301.7176 L
  2201. f
  2202. 0.8238 g
  2203. 193.1374 303.5141 m
  2204. 168.9038 327.7477 L
  2205. 225.6908 384.5346 L
  2206. 249.9244 360.3012 L
  2207. 193.1374 303.5141 L
  2208. f
  2209. 0.8619 g
  2210. 191.5299 305.3108 m
  2211. 169.1875 327.6531 L
  2212. 225.7759 384.2416 L
  2213. 248.1183 361.8992 L
  2214. 191.5299 305.3108 L
  2215. f
  2216. U
  2217. u
  2218. 0.9 g
  2219. 246.3123 363.4971 m
  2220. 225.8609 383.9485 L
  2221. 169.4712 327.5586 L
  2222. 189.9225 307.1073 L
  2223. 246.3123 363.4971 L
  2224. f
  2225. 207.8917 345.5279 m
  2226. F
  2227. U
  2228. Q
  2229. 0 A
  2230. u
  2231. u
  2232. 0 O
  2233. 0.55 g
  2234. 0 i 0 J 0 j 1 w 4 M []0 d
  2235. %AI3_Note:
  2236. 0 D
  2237. 223.9279 299.6365 m
  2238. 239.0382 299.6365 251.2879 311.8863 251.2879 326.9966 c
  2239. 251.2879 342.1069 239.0382 354.3566 223.9279 354.3566 c
  2240. 208.8176 354.3566 196.5678 342.1069 196.5678 326.9966 c
  2241. 196.5678 311.8863 208.8176 299.6365 223.9279 299.6365 c
  2242. f
  2243. 223.9279 326.9966 m
  2244. F
  2245. U
  2246. u
  2247. 0.85 g
  2248. 224.1791 306.5852 m
  2249. 235.313 306.5852 244.3392 315.6113 244.3392 326.7452 c
  2250. 244.3392 337.8791 235.313 346.9052 224.1791 346.9052 c
  2251. 213.0453 346.9052 204.0191 337.8791 204.0191 326.7452 c
  2252. 204.0191 315.6113 213.0453 306.5852 224.1791 306.5852 c
  2253. f
  2254. 224.1791 326.7452 m
  2255. F
  2256. U
  2257. u
  2258. 0.65 g
  2259. 224.0852 307.4492 m
  2260. 234.7418 307.4492 243.3811 316.0886 243.3811 326.7452 c
  2261. 243.3811 337.402 234.7418 346.0413 224.0852 346.0413 c
  2262. 213.4284 346.0413 204.7891 337.402 204.7891 326.7452 c
  2263. 204.7891 316.0886 213.4284 307.4492 224.0852 307.4492 c
  2264. f
  2265. 224.0852 326.7452 m
  2266. F
  2267. U
  2268. 0 R
  2269. 0.3 G
  2270. 0.5 w
  2271. 204.5764 345.3427 m
  2272. 209.1001 341.0703 l
  2273. S
  2274. 241.0174 346.8506 m
  2275. 237.7503 342.5783 237.499 342.5783 v
  2276. S
  2277. 238.6299 312.0432 m
  2278. 242.651 308.2734 l
  2279. S
  2280. 210.7337 311.1636 m
  2281. 207.4666 306.8912 207.2153 306.8912 v
  2282. S
  2283. U
  2284. U
  2285. u
  2286. q
  2287. 1 w
  2288. 358.1511 325.1272 m
  2289. 358.1511 341.8279 344.6121 355.367 327.9113 355.367 c
  2290. 311.2106 355.367 297.6715 341.8279 297.6715 325.1272 c
  2291. 297.6715 308.4264 311.2106 294.8873 327.9113 294.8874 c
  2292. 344.6121 294.8874 358.1511 308.4264 358.1511 325.1272 c
  2293. h
  2294. W
  2295. n
  2296. u
  2297. 0 O
  2298. 0.1 g
  2299. 388.01 328.2715 m
  2300. 327.8476 388.434 L
  2301. 267.2881 327.8744 L
  2302. 327.4505 267.7121 L
  2303. 388.01 328.2715 L
  2304. f
  2305. 327.6491 328.073 m
  2306. F
  2307. U
  2308. u
  2309. 0.1381 g
  2310. 325.843 269.5086 m
  2311. 267.5718 327.7799 L
  2312. 327.9328 388.1409 L
  2313. 386.2039 329.8696 L
  2314. 325.843 269.5086 L
  2315. f
  2316. 0.1762 g
  2317. 324.236 271.3047 m
  2318. 273.8554 327.0854 L
  2319. 334.0178 387.2478 L
  2320. 384.3985 331.4671 L
  2321. 324.236 271.3047 L
  2322. f
  2323. 0.2143 g
  2324. 322.6286 273.1012 m
  2325. 268.139 327.5907 L
  2326. 328.1029 387.5547 L
  2327. 382.5924 333.0652 L
  2328. 322.6286 273.1012 L
  2329. f
  2330. 0.2524 g
  2331. 321.0211 274.8979 m
  2332. 268.4227 327.4962 L
  2333. 328.188 387.2615 L
  2334. 380.7863 334.6631 L
  2335. 321.0211 274.8979 L
  2336. f
  2337. 0.2905 g
  2338. 319.4136 276.6944 m
  2339. 268.7064 327.4017 L
  2340. 328.2731 386.9685 L
  2341. 378.9802 336.2611 L
  2342. 319.4136 276.6944 L
  2343. f
  2344. 0.3285 g
  2345. 317.8066 278.4904 m
  2346. 268.99 327.3072 L
  2347. 328.3582 386.6753 L
  2348. 377.1749 337.8587 L
  2349. 317.8066 278.4904 L
  2350. f
  2351. 0.3666 g
  2352. 316.1992 280.2871 m
  2353. 269.2736 327.2126 L
  2354. 328.4432 386.3823 L
  2355. 375.3689 339.4567 L
  2356. 316.1992 280.2871 L
  2357. f
  2358. 0.4048 g
  2359. 314.5917 282.0837 m
  2360. 269.5573 327.1181 L
  2361. 328.5284 386.0891 L
  2362. 373.5628 341.0547 L
  2363. 314.5917 282.0837 L
  2364. f
  2365. 0.4429 g
  2366. 312.9842 283.8802 m
  2367. 269.841 327.0235 L
  2368. 328.6135 385.796 L
  2369. 371.7567 342.6528 L
  2370. 312.9842 283.8802 L
  2371. f
  2372. 0.4809 g
  2373. 311.3773 285.6762 m
  2374. 270.1245 326.9289 L
  2375. 328.6985 385.5029 L
  2376. 369.9512 344.2502 L
  2377. 311.3773 285.6762 L
  2378. f
  2379. 0.519 g
  2380. 309.7698 287.4728 m
  2381. 270.4082 326.8344 L
  2382. 328.7836 385.2097 L
  2383. 368.1452 345.8483 L
  2384. 309.7698 287.4728 L
  2385. f
  2386. 0.5571 g
  2387. 308.1623 289.2695 m
  2388. 270.6918 326.7399 L
  2389. 328.8688 384.9167 L
  2390. 366.3392 347.4463 L
  2391. 308.1623 289.2695 L
  2392. f
  2393. 0.5952 g
  2394. 306.5548 291.066 m
  2395. 270.9756 326.6452 L
  2396. 328.9539 384.6236 L
  2397. 364.5331 349.0443 L
  2398. 306.5548 291.066 L
  2399. f
  2400. 0.6333 g
  2401. 304.9479 292.8621 m
  2402. 271.2592 326.5507 L
  2403. 329.0389 384.3305 L
  2404. 362.7276 350.6418 L
  2405. 304.9479 292.8621 L
  2406. f
  2407. 0.6714 g
  2408. 303.3404 294.6587 m
  2409. 271.5429 326.4562 L
  2410. 329.124 384.0373 L
  2411. 360.9216 352.2398 L
  2412. 303.3404 294.6587 L
  2413. f
  2414. 0.7095 g
  2415. 301.7329 296.4552 m
  2416. 271.8265 326.3617 L
  2417. 329.2092 383.7443 L
  2418. 359.1155 353.8379 L
  2419. 301.7329 296.4552 L
  2420. f
  2421. 0.7476 g
  2422. 300.1255 298.2519 m
  2423. 272.1102 326.267 L
  2424. 329.2943 383.4512 L
  2425. 357.3095 355.4359 L
  2426. 300.1255 298.2519 L
  2427. f
  2428. 0.7857 g
  2429. 298.5185 300.0479 m
  2430. 272.3937 326.1726 L
  2431. 329.3793 383.1581 L
  2432. 355.504 357.0335 L
  2433. 298.5185 300.0479 L
  2434. f
  2435. 0.8238 g
  2436. 296.911 301.8444 m
  2437. 272.6774 326.078 L
  2438. 329.4644 382.8649 L
  2439. 353.698 358.6315 L
  2440. 296.911 301.8444 L
  2441. f
  2442. 0.8619 g
  2443. 295.3035 303.6411 m
  2444. 272.9611 325.9833 L
  2445. 329.5495 382.5719 L
  2446. 351.8919 360.2295 L
  2447. 295.3035 303.6411 L
  2448. f
  2449. U
  2450. u
  2451. 0.9 g
  2452. 350.0859 361.8274 m
  2453. 329.6345 382.2788 L
  2454. 273.2448 325.8889 L
  2455. 293.6961 305.4376 L
  2456. 350.0859 361.8274 L
  2457. f
  2458. 311.6653 343.8581 m
  2459. F
  2460. U
  2461. Q
  2462. 0 A
  2463. u
  2464. u
  2465. 0 O
  2466. 0.55 g
  2467. 0 i 0 J 0 j 1 w 4 M []0 d
  2468. %AI3_Note:
  2469. 0 D
  2470. 327.7015 297.9668 m
  2471. 342.8118 297.9668 355.0615 310.2166 355.0615 325.3269 c
  2472. 355.0615 340.4372 342.8118 352.6869 327.7015 352.6869 c
  2473. 312.5912 352.6869 300.3414 340.4372 300.3414 325.3269 c
  2474. 300.3414 310.2166 312.5912 297.9668 327.7015 297.9668 c
  2475. f
  2476. 327.7015 325.3269 m
  2477. F
  2478. U
  2479. u
  2480. 0.85 g
  2481. 327.9528 304.9155 m
  2482. 339.0866 304.9155 348.1128 313.9416 348.1128 325.0755 c
  2483. 348.1128 336.2094 339.0866 345.2355 327.9528 345.2355 c
  2484. 316.8189 345.2355 307.7927 336.2094 307.7927 325.0755 c
  2485. 307.7927 313.9416 316.8189 304.9155 327.9528 304.9155 c
  2486. f
  2487. 327.9528 325.0755 m
  2488. F
  2489. U
  2490. u
  2491. 0.65 g
  2492. 327.8588 305.7795 m
  2493. 338.5154 305.7795 347.1548 314.4188 347.1548 325.0755 c
  2494. 347.1548 335.7323 338.5154 344.3716 327.8588 344.3716 c
  2495. 317.202 344.3716 308.5627 335.7323 308.5627 325.0755 c
  2496. 308.5627 314.4188 317.202 305.7795 327.8588 305.7795 c
  2497. f
  2498. 327.8588 325.0755 m
  2499. F
  2500. U
  2501. 0 R
  2502. 0.3 G
  2503. 0.5 w
  2504. 308.35 343.673 m
  2505. 312.8737 339.4006 l
  2506. S
  2507. 344.791 345.1809 m
  2508. 341.5239 340.9085 341.2726 340.9085 v
  2509. S
  2510. 342.4035 310.3735 m
  2511. 346.4246 306.6037 l
  2512. S
  2513. 314.5074 309.4938 m
  2514. 311.2402 305.2214 310.9889 305.2214 v
  2515. S
  2516. U
  2517. U
  2518. u
  2519. q
  2520. 1 w
  2521. 284.0043 496.1771 m
  2522. 284.0043 512.8778 270.4653 526.4169 253.7645 526.4169 c
  2523. 237.0638 526.4169 223.5247 512.8778 223.5247 496.1771 c
  2524. 223.5247 479.4763 237.0638 465.9372 253.7645 465.9373 c
  2525. 270.4653 465.9373 284.0043 479.4763 284.0043 496.1771 c
  2526. h
  2527. W
  2528. n
  2529. u
  2530. 0 O
  2531. 0.1 g
  2532. 313.8633 499.3214 m
  2533. 253.7009 559.4839 L
  2534. 193.1413 498.9243 L
  2535. 253.3038 438.762 L
  2536. 313.8633 499.3214 L
  2537. f
  2538. 253.5023 499.1229 m
  2539. F
  2540. U
  2541. u
  2542. 0.1381 g
  2543. 251.6962 440.5585 m
  2544. 193.425 498.8298 L
  2545. 253.786 559.1908 L
  2546. 312.0572 500.9195 L
  2547. 251.6962 440.5585 L
  2548. f
  2549. 0.1762 g
  2550. 250.0892 442.3546 m
  2551. 199.7087 498.1352 L
  2552. 259.871 558.2976 L
  2553. 310.2517 502.5169 L
  2554. 250.0892 442.3546 L
  2555. f
  2556. 0.2143 g
  2557. 248.4818 444.1511 m
  2558. 193.9922 498.6406 L
  2559. 253.9561 558.6046 L
  2560. 308.4456 504.115 L
  2561. 248.4818 444.1511 L
  2562. f
  2563. 0.2524 g
  2564. 246.8743 445.9478 m
  2565. 194.2759 498.5461 L
  2566. 254.0413 558.3114 L
  2567. 306.6396 505.713 L
  2568. 246.8743 445.9478 L
  2569. f
  2570. 0.2905 g
  2571. 245.2668 447.7443 m
  2572. 194.5596 498.4516 L
  2573. 254.1263 558.0184 L
  2574. 304.8335 507.311 L
  2575. 245.2668 447.7443 L
  2576. f
  2577. 0.3285 g
  2578. 243.6599 449.5403 m
  2579. 194.8432 498.3571 L
  2580. 254.2114 557.7252 L
  2581. 303.0281 508.9086 L
  2582. 243.6599 449.5403 L
  2583. f
  2584. 0.3666 g
  2585. 242.0524 451.337 m
  2586. 195.1269 498.2624 L
  2587. 254.2965 557.4322 L
  2588. 301.2221 510.5066 L
  2589. 242.0524 451.337 L
  2590. f
  2591. 0.4048 g
  2592. 240.445 453.1336 m
  2593. 195.4106 498.168 L
  2594. 254.3816 557.139 L
  2595. 299.416 512.1046 L
  2596. 240.445 453.1336 L
  2597. f
  2598. 0.4429 g
  2599. 238.8374 454.93 m
  2600. 195.6942 498.0734 L
  2601. 254.4667 556.8459 L
  2602. 297.6099 513.7027 L
  2603. 238.8374 454.93 L
  2604. f
  2605. 0.4809 g
  2606. 237.2305 456.7261 m
  2607. 195.9778 497.9788 L
  2608. 254.5518 556.5528 L
  2609. 295.8044 515.3001 L
  2610. 237.2305 456.7261 L
  2611. f
  2612. 0.519 g
  2613. 235.623 458.5227 m
  2614. 196.2614 497.8843 L
  2615. 254.6369 556.2596 L
  2616. 293.9985 516.8982 L
  2617. 235.623 458.5227 L
  2618. f
  2619. 0.5571 g
  2620. 234.0155 460.3193 m
  2621. 196.545 497.7898 L
  2622. 254.722 555.9666 L
  2623. 292.1924 518.4962 L
  2624. 234.0155 460.3193 L
  2625. f
  2626. 0.5952 g
  2627. 232.4081 462.1159 m
  2628. 196.8288 497.6951 L
  2629. 254.8071 555.6735 L
  2630. 290.3864 520.0942 L
  2631. 232.4081 462.1159 L
  2632. f
  2633. 0.6333 g
  2634. 230.8011 463.912 m
  2635. 197.1124 497.6006 L
  2636. 254.8921 555.3804 L
  2637. 288.5808 521.6917 L
  2638. 230.8011 463.912 L
  2639. f
  2640. 0.6714 g
  2641. 229.1936 465.7086 m
  2642. 197.3961 497.5061 L
  2643. 254.9773 555.0872 L
  2644. 286.7748 523.2897 L
  2645. 229.1936 465.7086 L
  2646. f
  2647. 0.7095 g
  2648. 227.5861 467.5051 m
  2649. 197.6798 497.4116 L
  2650. 255.0624 554.7942 L
  2651. 284.9687 524.8878 L
  2652. 227.5861 467.5051 L
  2653. f
  2654. 0.7476 g
  2655. 225.9787 469.3018 m
  2656. 197.9635 497.3169 L
  2657. 255.1475 554.5011 L
  2658. 283.1627 526.4858 L
  2659. 225.9787 469.3018 L
  2660. f
  2661. 0.7857 g
  2662. 224.3717 471.0978 m
  2663. 198.247 497.2225 L
  2664. 255.2326 554.208 L
  2665. 281.3572 528.0834 L
  2666. 224.3717 471.0978 L
  2667. f
  2668. 0.8238 g
  2669. 222.7642 472.8943 m
  2670. 198.5307 497.1279 L
  2671. 255.3177 553.9148 L
  2672. 279.5512 529.6814 L
  2673. 222.7642 472.8943 L
  2674. f
  2675. 0.8619 g
  2676. 221.1567 474.691 m
  2677. 198.8143 497.0332 L
  2678. 255.4027 553.6218 L
  2679. 277.7451 531.2794 L
  2680. 221.1567 474.691 L
  2681. f
  2682. U
  2683. u
  2684. 0.9 g
  2685. 275.9391 532.8773 m
  2686. 255.4878 553.3287 L
  2687. 199.098 496.9388 L
  2688. 219.5493 476.4875 L
  2689. 275.9391 532.8773 L
  2690. f
  2691. 237.5186 514.908 m
  2692. F
  2693. U
  2694. Q
  2695. 0 A
  2696. u
  2697. u
  2698. 0 O
  2699. 0.55 g
  2700. 0 i 0 J 0 j 1 w 4 M []0 d
  2701. %AI3_Note:
  2702. 0 D
  2703. 253.5547 469.0167 m
  2704. 268.665 469.0167 280.9147 481.2665 280.9147 496.3768 c
  2705. 280.9147 511.4871 268.665 523.7368 253.5547 523.7368 c
  2706. 238.4444 523.7368 226.1946 511.4871 226.1946 496.3768 c
  2707. 226.1946 481.2665 238.4444 469.0167 253.5547 469.0167 c
  2708. f
  2709. 253.5547 496.3768 m
  2710. F
  2711. U
  2712. u
  2713. 0.85 g
  2714. 253.806 475.9654 m
  2715. 264.9399 475.9654 273.966 484.9915 273.966 496.1254 c
  2716. 273.966 507.2593 264.9399 516.2854 253.806 516.2854 c
  2717. 242.6721 516.2854 233.6459 507.2593 233.6459 496.1254 c
  2718. 233.6459 484.9915 242.6721 475.9654 253.806 475.9654 c
  2719. f
  2720. 253.806 496.1254 m
  2721. F
  2722. U
  2723. u
  2724. 0.65 g
  2725. 253.712 476.8294 m
  2726. 264.3687 476.8294 273.008 485.4687 273.008 496.1254 c
  2727. 273.008 506.7822 264.3687 515.4215 253.712 515.4215 c
  2728. 243.0552 515.4215 234.4159 506.7822 234.4159 496.1254 c
  2729. 234.4159 485.4687 243.0552 476.8294 253.712 476.8294 c
  2730. f
  2731. 253.712 496.1254 m
  2732. F
  2733. U
  2734. 0 R
  2735. 0.3 G
  2736. 0.5 w
  2737. 234.2033 514.7229 m
  2738. 238.727 510.4505 l
  2739. S
  2740. 270.6442 516.2308 m
  2741. 267.3771 511.9584 267.1258 511.9584 v
  2742. S
  2743. 268.2568 481.4234 m
  2744. 272.2778 477.6536 l
  2745. S
  2746. 240.3606 480.5437 m
  2747. 237.0934 476.2713 236.8421 476.2713 v
  2748. S
  2749. U
  2750. U
  2751. u
  2752. q
  2753. 1 w
  2754. 285.5043 584.6774 m
  2755. 285.5043 601.3781 271.9653 614.9172 255.2645 614.9172 c
  2756. 238.5638 614.9172 225.0247 601.3781 225.0247 584.6774 c
  2757. 225.0247 567.9766 238.5638 554.4375 255.2645 554.4376 c
  2758. 271.9653 554.4376 285.5043 567.9766 285.5043 584.6774 c
  2759. h
  2760. W
  2761. n
  2762. u
  2763. 0 O
  2764. 0.1 g
  2765. 315.3633 587.8217 m
  2766. 255.2009 647.9842 L
  2767. 194.6413 587.4246 L
  2768. 254.8038 527.2623 L
  2769. 315.3633 587.8217 L
  2770. f
  2771. 255.0023 587.6232 m
  2772. F
  2773. U
  2774. u
  2775. 0.1381 g
  2776. 253.1962 529.0588 m
  2777. 194.925 587.3301 L
  2778. 255.286 647.6911 L
  2779. 313.5572 589.4198 L
  2780. 253.1962 529.0588 L
  2781. f
  2782. 0.1762 g
  2783. 251.5892 530.8549 m
  2784. 201.2087 586.6356 L
  2785. 261.371 646.798 L
  2786. 311.7517 591.0173 L
  2787. 251.5892 530.8549 L
  2788. f
  2789. 0.2143 g
  2790. 249.9818 532.6515 m
  2791. 195.4922 587.1409 L
  2792. 255.4561 647.1049 L
  2793. 309.9456 592.6154 L
  2794. 249.9818 532.6515 L
  2795. f
  2796. 0.2524 g
  2797. 248.3743 534.4481 m
  2798. 195.7759 587.0465 L
  2799. 255.5413 646.8117 L
  2800. 308.1396 594.2134 L
  2801. 248.3743 534.4481 L
  2802. f
  2803. 1 To
  2804. 1 0 0 1 196.0596 646.5187 0 Tp
  2805. 246.7668 536.2447 m
  2806. 196.0596 586.9519 L
  2807. 255.6263 646.5187 L
  2808. 306.3335 595.8114 L
  2809. 246.7668 536.2447 L
  2810. n
  2811. TP
  2812. 59.5667 -6 Td
  2813. 0 Tr
  2814. 0 O
  2815. 0 g
  2816. /_TradeGothic 8 Tf
  2817. 0 Ts
  2818. 100 Tz
  2819. -50 Tt
  2820. 0 TA
  2821. 0 0 5 TC
  2822. 100 100 200 TW
  2823. 0 0 0 Ti
  2824. 1 Ta
  2825. 0 Tq
  2826. 8 0 Tl
  2827. -0.3999 Tc
  2828. 0 Tw
  2829. (\r) Tx 
  2830. TO
  2831. 0.3285 g
  2832. 245.1599 538.0407 m
  2833. 196.3432 586.8574 L
  2834. 255.7114 646.2256 L
  2835. 304.5281 597.4089 L
  2836. 245.1599 538.0407 L
  2837. f
  2838. 0.3666 g
  2839. 243.5524 539.8373 m
  2840. 196.6269 586.7628 L
  2841. 255.7965 645.9325 L
  2842. 302.7221 599.0069 L
  2843. 243.5524 539.8373 L
  2844. f
  2845. 0.4048 g
  2846. 241.945 541.6339 m
  2847. 196.9106 586.6683 L
  2848. 255.8816 645.6393 L
  2849. 300.916 600.6049 L
  2850. 241.945 541.6339 L
  2851. f
  2852. 0.4429 g
  2853. 240.3374 543.4304 m
  2854. 197.1942 586.5737 L
  2855. 255.9667 645.3462 L
  2856. 299.1099 602.203 L
  2857. 240.3374 543.4304 L
  2858. f
  2859. 0.4809 g
  2860. 238.7305 545.2265 m
  2861. 197.4778 586.4791 L
  2862. 256.0518 645.0532 L
  2863. 297.3044 603.8004 L
  2864. 238.7305 545.2265 L
  2865. f
  2866. 0.519 g
  2867. 237.123 547.023 m
  2868. 197.7614 586.3846 L
  2869. 256.1369 644.76 L
  2870. 295.4985 605.3985 L
  2871. 237.123 547.023 L
  2872. f
  2873. 0.5571 g
  2874. 235.5155 548.8197 m
  2875. 198.045 586.2901 L
  2876. 256.222 644.4669 L
  2877. 293.6924 606.9965 L
  2878. 235.5155 548.8197 L
  2879. f
  2880. 0.5952 g
  2881. 233.9081 550.6162 m
  2882. 198.3288 586.1954 L
  2883. 256.3071 644.1738 L
  2884. 291.8864 608.5945 L
  2885. 233.9081 550.6162 L
  2886. f
  2887. 0.6333 g
  2888. 232.3011 552.4123 m
  2889. 198.6124 586.1009 L
  2890. 256.3921 643.8807 L
  2891. 290.0808 610.1921 L
  2892. 232.3011 552.4123 L
  2893. f
  2894. 0.6714 g
  2895. 230.6936 554.2089 m
  2896. 198.8961 586.0065 L
  2897. 256.4773 643.5876 L
  2898. 288.2748 611.7901 L
  2899. 230.6936 554.2089 L
  2900. f
  2901. 0.7095 g
  2902. 229.0861 556.0055 m
  2903. 199.1798 585.9119 L
  2904. 256.5624 643.2945 L
  2905. 286.4687 613.3882 L
  2906. 229.0861 556.0055 L
  2907. f
  2908. 0.7476 g
  2909. 227.4787 557.8021 m
  2910. 199.4635 585.8173 L
  2911. 256.6475 643.0014 L
  2912. 284.6627 614.9862 L
  2913. 227.4787 557.8021 L
  2914. f
  2915. 0.7857 g
  2916. 225.8717 559.5981 m
  2917. 199.747 585.7228 L
  2918. 256.7326 642.7084 L
  2919. 282.8572 616.5837 L
  2920. 225.8717 559.5981 L
  2921. f
  2922. 0.8238 g
  2923. 224.2642 561.3946 m
  2924. 200.0307 585.6282 L
  2925. 256.8177 642.4151 L
  2926. 281.0512 618.1817 L
  2927. 224.2642 561.3946 L
  2928. f
  2929. 0.8619 g
  2930. 222.6567 563.1913 m
  2931. 200.3143 585.5336 L
  2932. 256.9027 642.1221 L
  2933. 279.2451 619.7797 L
  2934. 222.6567 563.1913 L
  2935. f
  2936. U
  2937. u
  2938. 0.9 g
  2939. 277.4391 621.3776 m
  2940. 256.9878 641.829 L
  2941. 200.598 585.4391 L
  2942. 221.0493 564.9878 L
  2943. 277.4391 621.3776 L
  2944. f
  2945. 239.0186 603.4084 m
  2946. F
  2947. U
  2948. Q
  2949. 0 A
  2950. u
  2951. u
  2952. 0 O
  2953. 0.55 g
  2954. 0 i 0 J 0 j 1 w 4 M []0 d
  2955. %AI3_Note:
  2956. 0 D
  2957. 255.0547 557.517 m
  2958. 270.165 557.517 282.4147 569.7668 282.4147 584.8771 c
  2959. 282.4147 599.9874 270.165 612.2371 255.0547 612.2371 c
  2960. 239.9444 612.2371 227.6946 599.9874 227.6946 584.8771 c
  2961. 227.6946 569.7668 239.9444 557.517 255.0547 557.517 c
  2962. f
  2963. 255.0547 584.8771 m
  2964. F
  2965. U
  2966. u
  2967. 0.85 g
  2968. 255.306 564.4657 m
  2969. 266.4399 564.4657 275.466 573.4918 275.466 584.6257 c
  2970. 275.466 595.7596 266.4399 604.7857 255.306 604.7857 c
  2971. 244.1721 604.7857 235.1459 595.7596 235.1459 584.6257 c
  2972. 235.1459 573.4918 244.1721 564.4657 255.306 564.4657 c
  2973. f
  2974. 255.306 584.6257 m
  2975. F
  2976. U
  2977. u
  2978. 0.65 g
  2979. 255.212 565.3297 m
  2980. 265.8687 565.3297 274.508 573.9691 274.508 584.6257 c
  2981. 274.508 595.2825 265.8687 603.9218 255.212 603.9218 c
  2982. 244.5552 603.9218 235.9159 595.2825 235.9159 584.6257 c
  2983. 235.9159 573.9691 244.5552 565.3297 255.212 565.3297 c
  2984. f
  2985. 255.212 584.6257 m
  2986. F
  2987. U
  2988. 0 R
  2989. 0.3 G
  2990. 0.5 w
  2991. 235.7033 603.2232 m
  2992. 240.227 598.9508 l
  2993. S
  2994. 272.1442 604.7311 m
  2995. 268.8771 600.4588 268.6258 600.4588 v
  2996. S
  2997. 269.7568 569.9237 m
  2998. 273.7778 566.1539 l
  2999. S
  3000. 241.8606 569.0441 m
  3001. 238.5934 564.7716 238.3421 564.7716 v
  3002. S
  3003. U
  3004. U
  3005. u
  3006. 0 G
  3007. 0.3 w
  3008. 273.3773 455.6228 m
  3009. S
  3010. U
  3011. 1 G
  3012. 2 w [4 3 ]0 d
  3013. 165.1513 537.9092 m
  3014. 388.6354 537.9092 l
  3015. S
  3016. 165.1513 451.4586 m
  3017. 388.6354 451.4586 l
  3018. S
  3019. 165.1513 365.008 m
  3020. 388.6354 365.008 l
  3021. S
  3022. u
  3023. q
  3024. 1 w []0 d
  3025. 228.2852 405.9578 m
  3026. 228.2852 422.6585 214.7462 436.1976 198.0454 436.1976 c
  3027. 181.3447 436.1976 167.8056 422.6585 167.8056 405.9578 c
  3028. 167.8056 389.257 181.3447 375.7179 198.0454 375.718 c
  3029. 214.7462 375.718 228.2852 389.257 228.2852 405.9578 c
  3030. h
  3031. W
  3032. n
  3033. u
  3034. 0 O
  3035. 0.1 g
  3036. 258.1442 409.1022 m
  3037. 197.9818 469.2646 L
  3038. 137.4222 408.705 L
  3039. 197.5847 348.5427 L
  3040. 258.1442 409.1022 L
  3041. f
  3042. 197.7832 408.9036 m
  3043. F
  3044. U
  3045. u
  3046. 0.1381 g
  3047. 195.9771 350.3392 m
  3048. 137.7059 408.6105 L
  3049. 198.0669 468.9715 L
  3050. 256.3381 410.7002 L
  3051. 195.9771 350.3392 L
  3052. f
  3053. 0.1762 g
  3054. 194.3701 352.1353 m
  3055. 143.9896 407.916 L
  3056. 204.1519 468.0784 L
  3057. 254.5326 412.2977 L
  3058. 194.3701 352.1353 L
  3059. f
  3060. 0.2143 g
  3061. 192.7627 353.9319 m
  3062. 138.2731 408.4214 L
  3063. 198.237 468.3853 L
  3064. 252.7265 413.8958 L
  3065. 192.7627 353.9319 L
  3066. f
  3067. 0.2524 g
  3068. 191.1552 355.7285 m
  3069. 138.5568 408.3269 L
  3070. 198.3222 468.0921 L
  3071. 250.9205 415.4938 L
  3072. 191.1552 355.7285 L
  3073. f
  3074. 0.2905 g
  3075. 189.5477 357.5251 m
  3076. 138.8405 408.2323 L
  3077. 198.4072 467.7991 L
  3078. 249.1144 417.0918 L
  3079. 189.5477 357.5251 L
  3080. f
  3081. 0.3285 g
  3082. 187.9408 359.3211 m
  3083. 139.1241 408.1378 L
  3084. 198.4923 467.506 L
  3085. 247.309 418.6893 L
  3086. 187.9408 359.3211 L
  3087. f
  3088. 0.3666 g
  3089. 186.3333 361.1177 m
  3090. 139.4078 408.0432 L
  3091. 198.5774 467.2129 L
  3092. 245.503 420.2873 L
  3093. 186.3333 361.1177 L
  3094. f
  3095. 0.4048 g
  3096. 184.7259 362.9143 m
  3097. 139.6915 407.9487 L
  3098. 198.6625 466.9197 L
  3099. 243.6969 421.8853 L
  3100. 184.7259 362.9143 L
  3101. f
  3102. 0.4429 g
  3103. 183.1183 364.7108 m
  3104. 139.9751 407.8542 L
  3105. 198.7476 466.6266 L
  3106. 241.8908 423.4834 L
  3107. 183.1183 364.7108 L
  3108. f
  3109. 0.4809 g
  3110. 181.5114 366.5069 m
  3111. 140.2587 407.7595 L
  3112. 198.8327 466.3336 L
  3113. 240.0853 425.0809 L
  3114. 181.5114 366.5069 L
  3115. f
  3116. 0.519 g
  3117. 179.9039 368.3034 m
  3118. 140.5423 407.665 L
  3119. 198.9178 466.0404 L
  3120. 238.2794 426.6789 L
  3121. 179.9039 368.3034 L
  3122. f
  3123. 0.5571 g
  3124. 178.2964 370.1001 m
  3125. 140.8259 407.5705 L
  3126. 199.0029 465.7473 L
  3127. 236.4733 428.2769 L
  3128. 178.2964 370.1001 L
  3129. f
  3130. 0.5952 g
  3131. 176.689 371.8966 m
  3132. 141.1097 407.4758 L
  3133. 199.088 465.4542 L
  3134. 234.6673 429.875 L
  3135. 176.689 371.8966 L
  3136. f
  3137. 0.6333 g
  3138. 175.082 373.6927 m
  3139. 141.3933 407.3813 L
  3140. 199.173 465.1612 L
  3141. 232.8617 431.4725 L
  3142. 175.082 373.6927 L
  3143. f
  3144. 0.6714 g
  3145. 173.4745 375.4893 m
  3146. 141.677 407.2869 L
  3147. 199.2582 464.868 L
  3148. 231.0557 433.0705 L
  3149. 173.4745 375.4893 L
  3150. f
  3151. 0.7095 g
  3152. 171.867 377.2859 m
  3153. 141.9607 407.1923 L
  3154. 199.3433 464.5749 L
  3155. 229.2496 434.6686 L
  3156. 171.867 377.2859 L
  3157. f
  3158. 0.7476 g
  3159. 170.2596 379.0825 m
  3160. 142.2444 407.0977 L
  3161. 199.4284 464.2818 L
  3162. 227.4436 436.2666 L
  3163. 170.2596 379.0825 L
  3164. f
  3165. 0.7857 g
  3166. 168.6526 380.8785 m
  3167. 142.5279 407.0032 L
  3168. 199.5135 463.9888 L
  3169. 225.6381 437.8641 L
  3170. 168.6526 380.8785 L
  3171. f
  3172. 0.8238 g
  3173. 167.0451 382.675 m
  3174. 142.8115 406.9086 L
  3175. 199.5986 463.6956 L
  3176. 223.8321 439.4621 L
  3177. 167.0451 382.675 L
  3178. f
  3179. 0.8619 g
  3180. 165.4376 384.4717 m
  3181. 143.0952 406.814 L
  3182. 199.6836 463.4025 L
  3183. 222.026 441.0601 L
  3184. 165.4376 384.4717 L
  3185. f
  3186. U
  3187. u
  3188. 0.9 g
  3189. 220.22 442.658 m
  3190. 199.7687 463.1094 L
  3191. 143.3789 406.7195 L
  3192. 163.8302 386.2682 L
  3193. 220.22 442.658 L
  3194. f
  3195. 181.7995 424.6888 m
  3196. F
  3197. U
  3198. Q
  3199. 0 A
  3200. u
  3201. u
  3202. 0 O
  3203. 0.55 g
  3204. 0 i 0 J 0 j 1 w 4 M []0 d
  3205. %AI3_Note:
  3206. 0 D
  3207. 197.8356 378.7974 m
  3208. 212.9459 378.7974 225.1956 391.0472 225.1956 406.1575 c
  3209. 225.1956 421.2678 212.9459 433.5175 197.8356 433.5175 c
  3210. 182.7253 433.5175 170.4755 421.2678 170.4755 406.1575 c
  3211. 170.4755 391.0472 182.7253 378.7974 197.8356 378.7974 c
  3212. f
  3213. 197.8356 406.1575 m
  3214. F
  3215. U
  3216. u
  3217. 0.85 g
  3218. 198.0869 385.7461 m
  3219. 209.2208 385.7461 218.2469 394.7722 218.2469 405.9061 c
  3220. 218.2469 417.04 209.2208 426.0661 198.0869 426.0661 c
  3221. 186.953 426.0661 177.9268 417.04 177.9268 405.9061 c
  3222. 177.9268 394.7722 186.953 385.7461 198.0869 385.7461 c
  3223. f
  3224. 198.0869 405.9061 m
  3225. F
  3226. U
  3227. u
  3228. 0.65 g
  3229. 197.9929 386.6101 m
  3230. 208.6496 386.6101 217.2889 395.2495 217.2889 405.9061 c
  3231. 217.2889 416.5629 208.6496 425.2022 197.9929 425.2022 c
  3232. 187.3361 425.2022 178.6968 416.5629 178.6968 405.9061 c
  3233. 178.6968 395.2495 187.3361 386.6101 197.9929 386.6101 c
  3234. f
  3235. 197.9929 405.9061 m
  3236. F
  3237. U
  3238. 0 R
  3239. 0.3 G
  3240. 0.5 w
  3241. 178.4842 424.5036 m
  3242. 183.0079 420.2312 l
  3243. S
  3244. 214.9251 426.0115 m
  3245. 211.658 421.7392 211.4067 421.7392 v
  3246. S
  3247. 212.5377 391.2041 m
  3248. 216.5587 387.4343 l
  3249. S
  3250. 184.6415 390.3245 m
  3251. 181.3743 386.0521 181.123 386.0521 v
  3252. S
  3253. U
  3254. U
  3255. 0 G
  3256. 2 w
  3257. 252.0456 551.2187 m
  3258. 251.5848 524.0434 l
  3259. S
  3260. 290.3918 435.0573 m
  3261. 270.6025 469.7985 l
  3262. S
  3263. 238.0601 468.919 m
  3264. 219.5901 434.1778 l
  3265. S
  3266. 315.9801 378.8033 m
  3267. 324.7171 356.271 l
  3268. S
  3269. 292.9879 380.6427 m
  3270. 249.3027 346.1544 l
  3271. S
  3272. 0 To
  3273. 1 0 0 1 309.5423 579.755 0 Tp
  3274. TP
  3275. -14.4709 0 Td
  3276. 0 Tr
  3277. 0 O
  3278. 0 g
  3279. 1 w
  3280. /_TradeGothic 8 Tf
  3281. 0 Ts
  3282. 100 Tz
  3283. -50 Tt
  3284. 0 TA
  3285. 0 0 5 TC
  3286. 100 100 200 TW
  3287. 0 0 0 Ti
  3288. 1 Ta
  3289. 0 Tq
  3290. 8 0 Tl
  3291. -0.3999 Tc
  3292. 0 Tw
  3293. (<HTML>\r) Tx 
  3294. 12.0276 -8 Td
  3295. (0) Tx 
  3296. (\r) TX 
  3297. TO
  3298. 0 To
  3299. 1 0 0 1 302.6446 493.7642 0 Tp
  3300. TP
  3301. -9.6287 0 Td
  3302. 0 Tr
  3303. (BODY\r) Tx 
  3304. 3.9211 -8 Td
  3305. (0.0) Tx 
  3306. (\r) TX 
  3307. TO
  3308. 0 To
  3309. 1 0 0 1 245.1641 406.8538 0 Tp
  3310. TP
  3311. -9.533 0 Td
  3312. 0 Tr
  3313. (<H2>\r) Tx 
  3314. 0.5613 -8 Td
  3315. (0.0.0) Tx 
  3316. (\r) TX 
  3317. TO
  3318. 0 To
  3319. 1 0 0 1 361.9644 410.5325 0 Tp
  3320. TP
  3321. -21.207 0 Td
  3322. 0 Tr
  3323. (<MYDYNEL>\r) Tx 
  3324. 4.7839 -8 Td
  3325. (\(based on \r) Tx 
  3326. 0.5974 -8 Td
  3327. (<FORM>\)\r) Tx 
  3328. 6.854 -8 Td
  3329. (0.0.1) Tx 
  3330. (\r) TX 
  3331. TO
  3332. 0 To
  3333. 1 0 0 1 272.7548 321.7827 0 Tp
  3334. TP
  3335. -11.1362 0 Td
  3336. 0 Tr
  3337. (Field 1\r) Tx 
  3338. -1.0996 -8 Td
  3339. (0.0.1.0) Tx 
  3340. (\r) TX 
  3341. TO
  3342. 0 To
  3343. 1 0 0 1 375.2999 322.2425 0 Tp
  3344. TP
  3345. -11.1362 0 Td
  3346. 0 Tr
  3347. (Field 2\r) Tx 
  3348. -1.0996 -8 Td
  3349. (0.0.1.1) Tx 
  3350. (\r) TX 
  3351. TO
  3352. 0 R
  3353. 0 G
  3354. 0.3 w
  3355. 271.1435 584.1695 m
  3356. 271.1435 584.286 264.1491 591.1638 y
  3357. 261.6428 588.5409 l
  3358. 265.7228 584.3443 l
  3359. 261.4096 580.1477 261.5262 580.1477 v
  3360. 261.6094 580.1477 264.2657 577.3576 y
  3361. 271.1435 584.1695 l
  3362. b
  3363. 250.0381 586.856 m
  3364. 247.9398 584.7577 l
  3365. 250.1547 582.5428 l
  3366. 252.253 584.6412 l
  3367. 250.0381 586.856 l
  3368. b
  3369. 255.4767 586.5086 m
  3370. 253.3784 584.4102 l
  3371. 255.3509 582.4377 l
  3372. 257.4492 584.536 l
  3373. 255.4767 586.5086 l
  3374. b
  3375. 245.9407 591.3417 m
  3376. 239.0629 584.4639 l
  3377. 245.7812 577.695 l
  3378. 248.5053 580.3679 248.5053 580.4191 v
  3379. 248.5053 580.5357 244.4253 584.4639 y
  3380. 248.6219 588.6605 l
  3381. 245.9407 591.3417 l
  3382. b
  3383. 1 g
  3384. 245.7076 592.3617 m
  3385. 238.8298 585.4839 l
  3386. 245.6493 578.6644 l
  3387. 248.2722 581.1707 248.2722 581.2873 v
  3388. 248.2722 581.4039 244.1921 585.4839 y
  3389. 248.3888 589.6805 l
  3390. 245.7076 592.3617 l
  3391. b
  3392. 271.2938 585.2677 m
  3393. 271.2938 585.3843 264.2994 592.2621 y
  3394. 261.7931 589.6392 l
  3395. 265.8731 585.4425 l
  3396. 261.5599 581.2459 261.6765 581.2459 v
  3397. 261.7931 581.2459 264.416 578.5065 y
  3398. 271.2938 585.2677 l
  3399. b
  3400. 249.9701 587.5884 m
  3401. 247.8718 585.4901 l
  3402. 250.0867 583.2752 l
  3403. 252.185 585.3735 l
  3404. 249.9701 587.5884 l
  3405. b
  3406. 255.2359 587.5224 m
  3407. 253.1375 585.4241 l
  3408. 255.3525 583.2092 l
  3409. 257.4508 585.3075 l
  3410. 255.2359 587.5224 l
  3411. b
  3412. 0 g
  3413. 260.4391 586.7548 m
  3414. 258.2595 584.5552 l
  3415. 260.4237 582.391 l
  3416. 262.654 584.5399 l
  3417. 260.4391 586.7548 l
  3418. b
  3419. 1 g
  3420. 260.4402 587.4764 m
  3421. 258.3419 585.3781 l
  3422. 260.5568 583.1632 l
  3423. 262.6551 585.2615 l
  3424. 260.4402 587.4764 l
  3425. b
  3426. 0 g
  3427. 269.7706 494.706 m
  3428. 269.7706 494.8225 262.7762 501.7003 y
  3429. 260.2699 499.0774 l
  3430. 264.3499 494.8808 l
  3431. 260.0367 490.6842 260.1533 490.6842 v
  3432. 260.2366 490.6842 262.8928 487.8941 y
  3433. 269.7706 494.706 l
  3434. b
  3435. 248.6652 497.3925 m
  3436. 246.567 495.2942 l
  3437. 248.7818 493.0793 l
  3438. 250.8802 495.1777 l
  3439. 248.6652 497.3925 l
  3440. b
  3441. 254.1038 497.0451 m
  3442. 252.0055 494.9467 l
  3443. 253.9781 492.9742 l
  3444. 256.0764 495.0725 l
  3445. 254.1038 497.0451 l
  3446. b
  3447. 244.5679 501.8782 m
  3448. 237.69 495.0004 l
  3449. 244.4084 488.2315 l
  3450. 247.1324 490.9044 247.1324 490.9556 v
  3451. 247.1324 491.0722 243.0524 495.0004 y
  3452. 247.249 499.197 l
  3453. 244.5679 501.8782 l
  3454. b
  3455. 1 g
  3456. 244.3347 502.8982 m
  3457. 237.457 496.0204 l
  3458. 244.2764 489.2009 l
  3459. 246.8993 491.7072 246.8993 491.8238 v
  3460. 246.8993 491.9404 242.8192 496.0204 y
  3461. 247.0159 500.217 l
  3462. 244.3347 502.8982 l
  3463. b
  3464. 269.9209 495.8042 m
  3465. 269.9209 495.9208 262.9265 502.7986 y
  3466. 260.4203 500.1757 l
  3467. 264.5002 495.979 l
  3468. 260.1871 491.7824 260.3036 491.7824 v
  3469. 260.4203 491.7824 263.0431 489.043 y
  3470. 269.9209 495.8042 l
  3471. b
  3472. 248.5972 498.1249 m
  3473. 246.4989 496.0266 l
  3474. 248.7138 493.8117 l
  3475. 250.8121 495.91 l
  3476. 248.5972 498.1249 l
  3477. b
  3478. 253.863 498.0589 m
  3479. 251.7646 495.9606 l
  3480. 253.9796 493.7457 l
  3481. 256.078 495.844 l
  3482. 253.863 498.0589 l
  3483. b
  3484. 0 g
  3485. 259.0662 497.2913 m
  3486. 256.8867 495.0917 l
  3487. 259.0509 492.9275 l
  3488. 261.2811 495.0764 l
  3489. 259.0662 497.2913 l
  3490. b
  3491. 1 g
  3492. 259.0673 498.0129 m
  3493. 256.9691 495.9146 l
  3494. 259.1839 493.6997 l
  3495. 261.2823 495.798 l
  3496. 259.0673 498.0129 l
  3497. b
  3498. 0 g
  3499. 213.713 405.0139 m
  3500. 213.713 405.1304 206.7186 412.0082 y
  3501. 204.2123 409.3853 l
  3502. 208.2923 405.1887 l
  3503. 203.9791 400.9921 204.0957 400.9921 v
  3504. 204.1789 400.9921 206.8352 398.202 y
  3505. 213.713 405.0139 l
  3506. b
  3507. 192.6076 407.7004 m
  3508. 190.5093 405.6021 l
  3509. 192.7242 403.3872 l
  3510. 194.8225 405.4856 l
  3511. 192.6076 407.7004 l
  3512. b
  3513. 198.0462 407.353 m
  3514. 195.9479 405.2546 l
  3515. 197.9204 403.2821 l
  3516. 200.0187 405.3804 l
  3517. 198.0462 407.353 l
  3518. b
  3519. 188.5102 412.1861 m
  3520. 181.6324 405.3083 l
  3521. 188.3507 398.5394 l
  3522. 191.0748 401.2123 191.0748 401.2635 v
  3523. 191.0748 401.3801 186.9948 405.3083 y
  3524. 191.1914 409.5049 l
  3525. 188.5102 412.1861 l
  3526. b
  3527. 1 g
  3528. 188.2771 413.2061 m
  3529. 181.3993 406.3283 l
  3530. 188.2188 399.5088 l
  3531. 190.8417 402.0151 190.8417 402.1317 v
  3532. 190.8417 402.2483 186.7616 406.3283 y
  3533. 190.9583 410.5249 l
  3534. 188.2771 413.2061 l
  3535. b
  3536. 213.8633 406.1121 m
  3537. 213.8633 406.2287 206.8689 413.1065 y
  3538. 204.3626 410.4836 l
  3539. 208.4426 406.2869 l
  3540. 204.1294 402.0903 204.246 402.0903 v
  3541. 204.3626 402.0903 206.9855 399.3509 y
  3542. 213.8633 406.1121 l
  3543. b
  3544. 192.5396 408.4328 m
  3545. 190.4413 406.3345 l
  3546. 192.6562 404.1196 l
  3547. 194.7545 406.2179 l
  3548. 192.5396 408.4328 l
  3549. b
  3550. 197.8054 408.3668 m
  3551. 195.707 406.2685 l
  3552. 197.922 404.0536 l
  3553. 200.0203 406.1519 l
  3554. 197.8054 408.3668 l
  3555. b
  3556. 0 g
  3557. 203.0086 407.5992 m
  3558. 200.829 405.3996 l
  3559. 202.9932 403.2354 l
  3560. 205.2235 405.3843 l
  3561. 203.0086 407.5992 l
  3562. b
  3563. 1 g
  3564. 203.0097 408.3208 m
  3565. 200.9114 406.2225 l
  3566. 203.1263 404.0076 l
  3567. 205.2246 406.1059 l
  3568. 203.0097 408.3208 l
  3569. b
  3570. 0 g
  3571. 321.9386 407.9884 m
  3572. 321.9386 408.1049 314.9442 414.9827 y
  3573. 312.4379 412.3598 l
  3574. 316.5179 408.1632 l
  3575. 312.2047 403.9666 312.3213 403.9666 v
  3576. 312.4045 403.9666 315.0608 401.1765 y
  3577. 321.9386 407.9884 l
  3578. b
  3579. 300.8332 410.6749 m
  3580. 298.7349 408.5766 l
  3581. 300.9498 406.3617 l
  3582. 303.0481 408.4601 l
  3583. 300.8332 410.6749 l
  3584. b
  3585. 306.2718 410.3275 m
  3586. 304.1735 408.2291 l
  3587. 306.146 406.2566 l
  3588. 308.2443 408.3549 l
  3589. 306.2718 410.3275 l
  3590. b
  3591. 296.7358 415.1606 m
  3592. 289.858 408.2828 l
  3593. 296.5763 401.5139 l
  3594. 299.3004 404.1868 299.3004 404.238 v
  3595. 299.3004 404.3546 295.2204 408.2828 y
  3596. 299.417 412.4794 l
  3597. 296.7358 415.1606 l
  3598. b
  3599. 1 g
  3600. 296.5027 416.1806 m
  3601. 289.6249 409.3028 l
  3602. 296.4444 402.4833 l
  3603. 299.0673 404.9896 299.0673 405.1062 v
  3604. 299.0673 405.2228 294.9872 409.3028 y
  3605. 299.1839 413.4994 l
  3606. 296.5027 416.1806 l
  3607. b
  3608. 322.0889 409.0866 m
  3609. 322.0889 409.2032 315.0945 416.081 y
  3610. 312.5882 413.4581 l
  3611. 316.6682 409.2614 l
  3612. 312.355 405.0648 312.4716 405.0648 v
  3613. 312.5882 405.0648 315.2111 402.3254 y
  3614. 322.0889 409.0866 l
  3615. b
  3616. 300.7652 411.4073 m
  3617. 298.6669 409.309 l
  3618. 300.8818 407.0941 l
  3619. 302.9801 409.1924 l
  3620. 300.7652 411.4073 l
  3621. b
  3622. 306.031 411.3413 m
  3623. 303.9326 409.243 l
  3624. 306.1476 407.0281 l
  3625. 308.2459 409.1264 l
  3626. 306.031 411.3413 l
  3627. b
  3628. 0 g
  3629. 311.2342 410.5736 m
  3630. 309.0546 408.374 l
  3631. 311.2188 406.2098 l
  3632. 313.4491 408.3588 l
  3633. 311.2342 410.5736 l
  3634. b
  3635. 1 g
  3636. 311.2353 411.2953 m
  3637. 309.137 409.197 l
  3638. 311.3519 406.9821 l
  3639. 313.4502 409.0804 l
  3640. 311.2353 411.2953 l
  3641. b
  3642. 0 g
  3643. 239.7969 325.8468 m
  3644. 239.7969 325.9633 232.8025 332.8411 y
  3645. 230.2962 330.2182 l
  3646. 234.3762 326.0216 l
  3647. 230.063 321.825 230.1796 321.825 v
  3648. 230.2628 321.825 232.9191 319.0349 y
  3649. 239.7969 325.8468 l
  3650. b
  3651. 218.6915 328.5333 m
  3652. 216.5932 326.435 l
  3653. 218.8081 324.2201 l
  3654. 220.9064 326.3185 l
  3655. 218.6915 328.5333 l
  3656. b
  3657. 224.1301 328.1859 m
  3658. 222.0318 326.0875 l
  3659. 224.0043 324.115 l
  3660. 226.1026 326.2133 l
  3661. 224.1301 328.1859 l
  3662. b
  3663. 214.5941 333.019 m
  3664. 207.7163 326.1412 l
  3665. 214.4346 319.3723 l
  3666. 217.1587 322.0452 217.1587 322.0964 v
  3667. 217.1587 322.213 213.0787 326.1412 y
  3668. 217.2753 330.3378 l
  3669. 214.5941 333.019 l
  3670. b
  3671. 1 g
  3672. 214.361 334.039 m
  3673. 207.4832 327.1612 l
  3674. 214.3027 320.3417 l
  3675. 216.9256 322.848 216.9256 322.9646 v
  3676. 216.9256 323.0812 212.8455 327.1612 y
  3677. 217.0422 331.3578 l
  3678. 214.361 334.039 l
  3679. b
  3680. 239.9472 326.945 m
  3681. 239.9472 327.0616 232.9528 333.9394 y
  3682. 230.4465 331.3165 l
  3683. 234.5265 327.1198 l
  3684. 230.2133 322.9232 230.3299 322.9232 v
  3685. 230.4465 322.9232 233.0694 320.1838 y
  3686. 239.9472 326.945 l
  3687. b
  3688. 218.6235 329.2657 m
  3689. 216.5252 327.1674 l
  3690. 218.7401 324.9525 l
  3691. 220.8384 327.0508 l
  3692. 218.6235 329.2657 l
  3693. b
  3694. 223.8893 329.1997 m
  3695. 221.7909 327.1014 l
  3696. 224.0059 324.8865 l
  3697. 226.1042 326.9848 l
  3698. 223.8893 329.1997 l
  3699. b
  3700. 0 g
  3701. 229.0925 328.4321 m
  3702. 226.9129 326.2325 l
  3703. 229.0771 324.0683 l
  3704. 231.3074 326.2172 l
  3705. 229.0925 328.4321 l
  3706. b
  3707. 1 g
  3708. 229.0936 329.1537 m
  3709. 226.9953 327.0554 l
  3710. 229.2102 324.8405 l
  3711. 231.3085 326.9388 l
  3712. 229.0936 329.1537 l
  3713. b
  3714. 0 g
  3715. 343.904 324.474 m
  3716. 343.904 324.5905 336.9096 331.4683 y
  3717. 334.4033 328.8454 l
  3718. 338.4833 324.6488 l
  3719. 334.1701 320.4522 334.2867 320.4522 v
  3720. 334.3699 320.4522 337.0262 317.6621 y
  3721. 343.904 324.474 l
  3722. b
  3723. 322.7986 327.1605 m
  3724. 320.7003 325.0622 l
  3725. 322.9152 322.8473 l
  3726. 325.0135 324.9457 l
  3727. 322.7986 327.1605 l
  3728. b
  3729. 328.2372 326.8131 m
  3730. 326.1389 324.7147 l
  3731. 328.1114 322.7422 l
  3732. 330.2097 324.8405 l
  3733. 328.2372 326.8131 l
  3734. b
  3735. 318.7012 331.6462 m
  3736. 311.8234 324.7684 l
  3737. 318.5417 317.9995 l
  3738. 321.2658 320.6724 321.2658 320.7236 v
  3739. 321.2658 320.8402 317.1858 324.7684 y
  3740. 321.3824 328.965 l
  3741. 318.7012 331.6462 l
  3742. b
  3743. 1 g
  3744. 318.4681 332.6662 m
  3745. 311.5903 325.7884 l
  3746. 318.4098 318.9689 l
  3747. 321.0327 321.4752 321.0327 321.5918 v
  3748. 321.0327 321.7084 316.9526 325.7884 y
  3749. 321.1493 329.985 l
  3750. 318.4681 332.6662 l
  3751. b
  3752. 344.0543 325.5722 m
  3753. 344.0543 325.6888 337.0599 332.5666 y
  3754. 334.5536 329.9437 l
  3755. 338.6336 325.747 l
  3756. 334.3204 321.5504 334.437 321.5504 v
  3757. 334.5536 321.5504 337.1765 318.811 y
  3758. 344.0543 325.5722 l
  3759. b
  3760. 322.7306 327.8929 m
  3761. 320.6323 325.7946 l
  3762. 322.8472 323.5797 l
  3763. 324.9455 325.678 l
  3764. 322.7306 327.8929 l
  3765. b
  3766. 327.9964 327.8269 m
  3767. 325.898 325.7286 l
  3768. 328.113 323.5137 l
  3769. 330.2113 325.612 l
  3770. 327.9964 327.8269 l
  3771. b
  3772. 0 g
  3773. 333.1996 327.0593 m
  3774. 331.02 324.8597 l
  3775. 333.1842 322.6955 l
  3776. 335.4145 324.8444 l
  3777. 333.1996 327.0593 l
  3778. b
  3779. 1 g
  3780. 333.2007 327.7809 m
  3781. 331.1024 325.6826 l
  3782. 333.3173 323.4677 l
  3783. 335.4156 325.566 l
  3784. 333.2007 327.7809 l
  3785. b
  3786. u
  3787. 0 g
  3788. 311.509 422.0556 m
  3789. 300.019 422.0556 l
  3790. 303.6391 414.1858 l
  3791. 300.6486 414.0284 l
  3792. 304.4261 405.3716 l
  3793. 302.0652 405.3716 l
  3794. 312.1385 393.8817 312.1385 394.3539 v
  3795. 312.1385 394.826 309.935 404.8994 y
  3796. 312.1385 405.0568 l
  3797. 309.4628 414.3432 l
  3798. 313.5551 414.1858 l
  3799. 311.509 422.0556 l
  3800. b
  3801. 1 g
  3802. 309.935 423.1574 m
  3803. 298.445 423.1574 l
  3804. 302.0652 415.2876 l
  3805. 299.0746 415.1301 l
  3806. 302.8522 406.4734 l
  3807. 300.4912 406.4734 l
  3808. 310.5646 394.9834 310.5646 395.4556 v
  3809. 310.5646 395.9278 308.361 406.0012 y
  3810. 310.5646 406.1586 l
  3811. 307.8888 415.445 l
  3812. 311.9811 415.2876 l
  3813. 309.935 423.1574 l
  3814. b
  3815. U
  3816. %%PageTrailer
  3817. gsave annotatepage grestore showpage
  3818. %%Trailer
  3819. Adobe_IllustratorA_AI3 /terminate get exec
  3820. Adobe_typography_AI3 /terminate get exec
  3821. Adobe_customcolor /terminate get exec
  3822. Adobe_cshow /terminate get exec
  3823. Adobe_cmykcolor /terminate get exec
  3824. Adobe_packedarray /terminate get exec
  3825. %%EOF
  3826. II*…‹ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññññññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññññßßßßñññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññßßßßßßßßßßßßßßñññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßßßßßßßßßßßßßßßßßßßRRßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßRßßßßßßßßßßßóóóóóóóóóóßßßßßßRRßßßßóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßRRßßßßßßßßóóóóóóóóóóóóóóóóóßßßßRRßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßRRRßßßßßóóóóóóóóóóóóóóóóóóóóßßRßßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßRRßßóóóóóóóóóóóóóóóóóóóóóóóRRßßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßRRóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßóóßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóùùóóóóóóóóóóóóóùóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóùùùóóóóóóóóóóóóùùùóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóùùùóóóóóóóóóóóóùùùóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóùùùóóóóóóóóùùùóóóóóßßßßßßßßßßıùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóùùùóóóóùùùóóóóßßßßßßßßııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóùùùùóùùùùùùóùùùùóóóßßßßßßßıııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóùùùóùùóùùùùóóóßßßßßßßıııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóùùùóóóùùùóóóóßßßßßßßıı[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóùùùóóóóóóóùùùóóóóóßßßßßßßı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóùùùóóóóóóóóóóóóùùùóóóóóßßßßßßßı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóùóóóóóóóóóóóóùùóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[[Rùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóóRRßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßRßóóóóóóóóóóóóóóóóóóóóóóßßRRßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßRRßßóóóóóóóóóóóóóóóóóóóóßßßßRRßßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßRRßßßßßóóóóóóóóóóóóóóóóßßßßßßßßRRßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßRRßßßßßßßóóóóóóóóßßßßßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßRßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßß[RRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßß[[RRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóßßßßßßßßßßßßßßßßßßßß[[[[RRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóßßßßßßßßßßßßßßßßı[[[[[[[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßıııı[[[[[[[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßıııı[[[[[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùıııı[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññññññññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññßßßßßßßßßññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññßßßßßßßßßßßßßßßßßßßññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßóóóóóßßßßßßßßRRßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßRßßßßßßßßßßóóóóóóóóóóóóóóóßßßßßRRßßßßßóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßRRRßßßßßßóóóóóóóóóóóóóóóóóßßRRßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßRRßßßóóóóóóóóóóóóóóóóóóóóóóßRßßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßRRßóóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßóßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóùóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóùùùóóóóóóóóóóóóùùóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóùùùóóóóóóóóóóóóùùùóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóùùùóóóóóóóóóùùùóóóóóßßßßßßßßßıùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóùùùóóóóóùùùóóóóßßßßßßßßııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóùùùùùóùùùùóóóóßßßßßßßııııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóùùùóùùùùùóùùùùóóóßßßßßßßıııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóùùùóóùùùùóóóßßßßßßßıı[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóùùùóóóóùùùùóóóßßßßßßßı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóùùùóóóóóóóóóùùùùóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóùùùóóóóóóóóóóóóùùùóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóùóóóóóóóóóóóóùóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[[Rùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[[Rùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßRRóóóóóóóóóóóóóóóóóóóóóóóóßRRßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßRßßóóóóóóóóóóóóóóóóóóóóóßßßRRßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßRRßßßóóóóóóóóóóóóóóóóóßßßßßßRRßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßRRßßßßßßóóóóóóóóóóóóóßßßßßßßßßRRRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßRRßßßßßßßßßßóóóßßßßßßßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßß[RRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßßß[[RRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóßßßßßßßßßßßßßßßßßßßßßß[[RRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóßßßßßßßßßßßßßßßßßß[[[[[[RRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßßßıııı[[[[[[[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßıııı[[[[[[[Rùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßıııı[[[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùı[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññññññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññññññßßßßñññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññññññññññññññßßßßßßßßßßßßßßññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññññññññññññññññññññßßßßßßßßßßßßßßßßßßßßßßñùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññßßßßßßññññññññññññññññßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññßßßßßßßßßßßßßßßßññññññññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßñññßßßßßßßßßßßßßßßßßßßßßßßßßßRßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßñññßRßßßßßßßßßßßóóóóóóóóóóßßßßßßRRßßßßóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRßßññññßRRßßßßßßßßóóóóóóóóóóóóóóóóóßßßßRRßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßßßßßßóóóßßßßßßßßßßRßßßóñññßßßRRßßßßßóóóóóóóóóóóóóóóóóóóóßRRßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßRRßßßßßßßßßßóóóóóóóóóóóóßßßßßßRRßßßßóóñññßßßßßRRRßßóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßRRßßßßßßßóóóóóóóóóóóóóóóóóßßßRRßßßßßóóóóñññßßßßßßßßRRóóóóóóóóóóóóóóßßßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßRRßßßßóóóóóóóóóóóóóóóóóóóóóóßRRßßßßßßßóóóóñññßßßßßßßßßóóóóóóùùùùùùùùùùóóóóóóóóßßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßRRßßóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßßóóóñññßßßßßßßßßóóóóóóóùùùùùùùùùùóóóóóóóóóßßßßßßßßßóóßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßRRóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóóññßßßßßßßßßóóóóóóóóóùùùùùùùùùùóóóóóóóóóßßßßßßßßóßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóßñññßßßßßßßßßóóóóóóóóóùùùùùùùùùóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßóßßñññßßßßßßßßóóóóóóóóóóóùùùùùùùùùùóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßßñññßßßßßßßóóóóóóóóóóóóùùùùùùùùùóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßññßßßßßßßßóóóóóóóóóóóóùùùùùùùùùóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßññßßßßßßßßóóóóóóóóùùùùóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßñññßßßßßßßßóóóóóóóùùùùùùùùùùóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßñññßßßßßßßóóóóóóùùùùùùùùùùóóùùùóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßñññßßßßßßßóóóóóùùùùùùùùùùóùùùóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóùóóóóóóóóóóóóóùóóóóóóóóßßßßßßßßßßññßßßßßßßßóóóóùùùóùùùùùùùùùùùóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóùùùóóóóóóóóóóóóóùùùóóóóóóóßßßßßßßßßßññßßßßßßßßóóóùùùóùùùùùùùùùùùóóóóßßßßßßßßııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóùùùóóóóóóóóóóóóùùùóóóóóóßßßßßßßßßßñññßßßßßßßßóóóùùùóùùùùùùùùùùùùóóóßßßßßßßıııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóùùùóóóóóóóóùùùóóóóóßßßßßßßßßßñññßßßßßßßóóóùùùùóùùùùùùùóùùùóóóßßßßßßßıııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóùùùóóóóùùùóóóóóßßßßßßßßııññßßßßßßßßóóóóùùùùóùùùùùùùùùùóóóóßßßßßßßıı[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóùùùóùùùùùùùùóóóóßßßßßßßıııññßßßßßßßßóóóóùùùùóùùùùùùùùóóóóóßßßßßßßıı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóùùùùóùùùóùùùóóóóßßßßßßßıı[ñññßßßßßßßóóóóóùùùùùùùùùùùùùóóóóóßßßßßßßı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóùùùùóóóóùùùóóóóßßßßßßıı[[ñññßßßßßßßóóóóóóùùóùùùùùùùóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóùùùùóóóóóóóóóùùùóóóóßßßßßßßı[[ñññßßßßßßßóóóóóóóóóùùùùóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóùùùóóóóóóóóóóóóóùùùóóóóóßßßßßßß[[[ññßßßßßßßßóóóóóóóóóóóóùùùóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóùùóóóóóóóóóóóóùùóóóóóóßßßßßßß[[[ññßßßßßßßßóóóóóóóóóóóóóóùùùóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ñññßßßßßßßóóóóóóóóóóóóóóóóóùùóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßß[[[[ñññßßßßßßßßóóóóóóóóóóóóóóóóóùóóóóóóóóóóóóßßßßßßß[[Rùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[[RññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRñßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßRRRßßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóóóRRßßßßßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßRRRRßßßßßßßRRßóóóóóóóóóóóóóóóóóóóóóóßßRRßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßRRRRßßßßßßRRßßßóóóóóóóóóóóóóóóóóóóóßßßßßRRßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóRRßßßßßßßRRRßßßßßRßßßßßßóóóóóóóóóóóóóóóóßßßßßßßßRRßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßRRßóóóóóóóóóóóóóóóóóóóóóóßßßRRßßßßßRRRRßßßRRßßßßßßßóóóóóóóßßßßßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßRRßßßóóóóóóóóóóóóóóóóóßßßßßRRßßßRRRRßßRßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßRRßßßßßßóóóóóóóóóóóóóóßßßßßßßßßRRßRRRRßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßRßßßßßßßßßóóóóßßßßßßßßßßßßßRRRRóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRóóóóóßßßßßßßßßßßßßßßßßßßßßßß[RRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRRóóóßßßßßßßßßßßßßßßßßßß[[[[RRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRßßßßßßßßßßßßßßßıı[[[[[[RRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßß[RRRRRßßßßßßßßßßßıııı[[[[[[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóßßßßßßßßßßßßßßßßßßß[[[[[RRRRßßßßßßıııı[[[[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßßßßßıı[[[[[[[RRıııı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßııı[[[[[[[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßııı[[[[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùıı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññññññññññññññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññññßßßßñññññññññññññññññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññññññßßßßßßßßßßßßßßññññññññññññññññññññññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßñññññññññßßßßßßßßññññññññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßññññññßßßßßßßßßßßßßßßßßßññññùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßññññññßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßññññßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßñññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßßßßßßßóóßßßßßßßßßßßRRßßññññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßRßßßßßßßßßßßóóóóóóóóóóóóßßßßßßRRßßßßóóñññßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññññßRRßßßßßßßßóóóóóóóóóóóóóóóóóßßßßRRßßßßßóóóóññññßßßßßßßßßßßßßóóóóßßßßßßßßRRßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßRRRßßßßóóóóóóóóóóóóóóóóóóóóßRRßßßßßßßóóóóñññßRRßßßßßßßßßßóóóóóóóóóóóóóóßßßßßRRßßßßßóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßRRßßóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßßóóóñññßßßRRßßßßßßóóóóóóóóóóóóóóóóóßßßRßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßRRóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóóñññßßßßßRRßßßßóóóóóóóóóóóóóóóóóóóóóóßRRßßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóóñññßßßßßßRRßóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßßóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßóóßñññßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóóùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóßßßñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßóóóßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßóßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóùóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóùùùóóóóóóóóóóóóùùóóóóóóóßßßßßßßßßßñññßßßßßßßóóóóóóóùóóóóóóóóóóóóóóóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóùùùóóóóóóóóóóóóùùùóóóóóóßßßßßßßßßßñññßßßßßßßóóóóóóùùùóóóóóóóóóóóóùùóóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóùùùóóóóóóóóùùùóóóóóßßßßßßßßßßñññßßßßßßßóóóóóùùùùóóóóóóóóóóóóùùùóóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóùùùóóóóùùùóóóóóßßßßßßßßııññßßßßßßßßóóóóùùùùóóóóóóóóóóóóùùùóóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóùùùóùùùùùùùùóóóóßßßßßßßıııññßßßßßßßßóóóóùùùùóóóóóóóùùùóóóóßßßßßßßßßßùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóùùùùóóùùùùóùùùóóóóßßßßßßßıııñññßßßßßßßóóóùùùùùóóóùùùóóóßßßßßßßßßıùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóùùùóóóóùùùóóóóßßßßßßßıı[ñññßßßßßßßóóóùùùóùùùùùùóùùùùóóóßßßßßßßıııùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóùùùóóóóóóóóùùùóóóóóßßßßßßßıı[[ñññßßßßßßßóóóùùùóùùùùóóóóßßßßßßııı[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóùùùóóóóóóóóóóóóóùùùóóóóóßßßßßßßı[[ñññßßßßßßßßóóóóùùùóóóùùùùóóóßßßßßßßıı[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóùùóóóóóóóóóóóóùùóóóóóóßßßßßßß[[[ññßßßßßßßßóóóóóùùùóóóóóóóùùùùóóóóßßßßßßßı[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ñññßßßßßßßóóóóóùùùóóóóóóóóóóóóùùùùóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ñññßßßßßßßóóóóóóùóóóóóóóóóóóóùùóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[[ñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßß[[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[Rññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRñññßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRRñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[[RùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßRRRñññßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßß[[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùñßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßRRRRñññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßRRRRññßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßß[RRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóóRRßßßßßßßRRRñßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóóóßßßßßßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßRRßóóóóóóóóóóóóóóóóóóóóóóßßRRßßßßßRRRRßßßßßßßßßóóóóóóóóóóóóóóóóóóóóóóóóóóóRßßßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßRRßßßóóóóóóóóóóóóóóóóóóóßßßßßRRßßßRRRRßßßßßßßßßRóóóóóóóóóóóóóóóóóóóóóóóóßRRßßßßßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßRßßßßßßóóóóóóóóóóóóóóóóßßßßßßßßRRßßRRRßßßßßßßRRßóóóóóóóóóóóóóóóóóóóóóßßßRRßßßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßRRßßßßßßßßóóóóóóßßßßßßßßßßßßRRRRßßßßßßRRßßßóóóóóóóóóóóóóóóóóßßßßßRRRßßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßRßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRßßßßRRßßßßßßóóóóóóóóóóóóóßßßßßßßßßßRßRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRßßRRßßßßßßßßßßóóóßßßßßßßßßßßßßßRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRRóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóóóßßßßßßßßßßßßßßßßßßßßßßß[RRRRRóóóóóßßßßßßßßßßßßßßßßßßßßßßßßßßßßRRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóóóßßßßßßßßßßßßßßßßßßß[[[[RRRRóóóóóßßßßßßßßßßßßßßßßßßßßßßßß[[RRRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùóßßßßßßßßßßßßßßßıı[[[[[[RRRRóóóóßßßßßßßßßßßßßßßßßßßßßß[[RRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßßßßßßıııı[[[[[[RRRóóßßßßßßßßßßßßßßßßßß[[[[[[RRRRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßßßıııı[[[[[[ßßßßßßßßßßßßßııı[[[[[[[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùıııı[[ßßßßßßßßßßııı[[[[[[[RRùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùßßßßııı[[[[[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùı[ùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùùù    ù{‹@û‹ƒƒƒøø∂@`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ø˝ @`ƒ›ù›ƒùùùùƒƒƒø–†      @@@@@@@@````````ƒƒƒƒƒƒƒƒ››››››››øøøøøøøø˝˝˝˝˝˝˝˝        @@@@@@@@````````ƒƒƒƒƒƒƒƒ››››››››øøøøøøøø˝˝˝˝˝˝˝˝        @@@@@@@@````````ƒƒƒƒƒƒƒƒ››››››››øøøøøøøø˝˝˝˝˝˝˝˝        @@@@@@@@````````ƒƒƒƒƒƒƒƒ››››››››øøøøøøö›ƒùùùùƒƒƒøøï@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒƒøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøøï߃ùùùù